From a5776a58e8076c4199dfd3003a700c7609d8904e Mon Sep 17 00:00:00 2001 From: Tekaoh <45337851+Tekaoh@users.noreply.github.com> Date: Wed, 24 Apr 2019 18:38:31 -0500 Subject: [PATCH] Updated servercommon.cfg for VM 2.0 --- linux/servercommon.cfg | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/linux/servercommon.cfg b/linux/servercommon.cfg index 6f14620..df9c184 100755 --- a/linux/servercommon.cfg +++ b/linux/servercommon.cfg @@ -21,8 +21,18 @@ environmentVariable=NLS_LANG=american_america.utf8 #environmentVariable=ORACLE_HOME=/opt/app/oracle/product/9.2.0 #environmentVariable=PATH+=/opt/app/oracle/product/9.2.0/bin #environmentVariable=LD_LIBRARY_PATH+=/opt/app/oracle/product/9.2.0/lib -environmentVariable=PATH+=/usr/java/bin:/usr/java/jre/bin:./ -environmentVariable=LD_LIBRARY_PATH+=/usr/java/jre/bin:/usr/java/jre/bin/classic:./ + +#Uncomment these two lines to run VM 1.2.1 or older +#environmentVariable=PATH+=/usr/java/bin:/usr/java/jre/bin:./ +#environmentVariable=LD_LIBRARY_PATH+=/usr/java/jre/lib:/usr/java/jre/lib/classic:./ + +#I don't even know what these lines were used for. Just leave them commented. +#environmentVariable=PATH+=/usr/java/bin:/usr/java/jre/bin:./ +#environmentVariable=LD_LIBRARY_PATH+=/usr/java/jre/lib/i386:/usr/java/jre/lib/i386/server:./ + +#These two lines are for VM 2.0. Comment them and uncomment the lines above to use a different platform. +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:./ .include "serverNetwork.cfg"