From 2147739bd03e68189a3dba3f79d4da52b55a78f9 Mon Sep 17 00:00:00 2001 From: Phoenix Date: Mon, 29 Nov 2021 19:52:33 -0500 Subject: [PATCH] Update servercommon.cfg --- linux/servercommon.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/linux/servercommon.cfg b/linux/servercommon.cfg index 3c316e2..dbcc83a 100755 --- a/linux/servercommon.cfg +++ b/linux/servercommon.cfg @@ -30,10 +30,14 @@ environmentVariable=NLS_LANG=american_america.utf8 #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. +#These two lines are for VM 2.0-3.0.1. 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:./ +#These two lines are for VM 3.1 (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:./ + .include "serverNetwork.cfg" .include "localOptions.cfg"