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

jvergara
21.19.2006 edb4671a6c6030b49370e88fe64550f2fa0bb889
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
opendj-sdk/opends/resource/webstart/create-webstart-standalone.sh 5 ●●●●● patch | view | raw | blame | history
opendj-sdk/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