mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
21.19.2006 8cf88c3f790a8b90a0934a672a0aec8097e3788b
Even if Java 5 in AIX seems to accept (and ignore as this option is not implemented in the IBM JDK) the -client option I have committed the following changes to be safe if the behaviour of the IBM JVM changes.

These modifications have been successfully tested on Solaris, Linux, Windows XP, HP UX, AIX and Mac OS.
1 files modified
5 ■■■■■ changed files
opends/resource/webstart/create-webstart-standalone.sh 5 ●●●●● patch | view | raw | blame | history
opends/resource/webstart/create-webstart-standalone.sh
@@ -179,6 +179,11 @@
    <property name="org.opends.quicksetup.lazyjarurls" value="${INSTALLER_URI}/lib/OpenDS.jar ${INSTALLER_URI}/lib/zipped.jar ${INSTALLER_URI}/lib/je.jar" />
    <property name="org.opends.quicksetup.zipfilename" value="${ZIP_FILENAME_BASE}.zip"/>
  </resources>
  <resources os="AIX">
    <j2se version="1.5+"/>
  </resources>
  <application-desc main-class="org.opends.quicksetup.SplashScreen"/>
</jnlp>
ENDOFJNLP