Added new java lines to uncomment for other versions of java.

This commit is contained in:
Phoenix
2021-12-11 14:03:51 -05:00
committed by GitHub
parent 2147739bd0
commit 3069284e00

View File

@@ -34,10 +34,13 @@ environmentVariable=NLS_LANG=american_america.utf8
environmentVariable=PATH+=/usr/lib/jvm/java-11-openjdk/bin:./
environmentVariable=LD_LIBRARY_PATH+=/usr/lib/jvm/java-11-openjdk/lib:/usr/lib/jvm/java-11-openjdk/lib/server:./
#These two lines are for VM 3.1 (Upon Release). Comment them and uncomment the lines above to use a different platform.
#These two lines are for VM 3.0.2 32 Bit Java (Upon Release). Comment them and uncomment the lines above to use a different platform.
#environmentVariable=PATH+=/usr/java/bin:./
#environmentVariable=LD_LIBRARY_PATH+=/usr/java/lib:/usr/java/lib/server:./
#These two lines are for VM 3.0.2 64 Bit Java (Upon Release). Comment them and uncomment the lines above to use a different platform.
#environmentVariable=PATH+=/usr/lib64/jvm/java-11-openjdk-11/bin:./
#environmentVariable=LD_LIBRARY_PATH+=/usr/lib64/jvm/java-11-openjdk-11/lib:/usr/lib64/jvm/java-11-openjdk-11/lib/server:./
.include "serverNetwork.cfg"
.include "localOptions.cfg"