Page 1 of 1

Java 6 & 7

Posted: Wed Dec 12, 2012 5:19 pm
by lucan
I need Help...

If i run two different distributions in my server, like freya and IL, if i need the Freya Works with Java 7 and IL with Java 6, is possible in Startgamerserver.bat inform the path of java that i need use?
If possible, how make this?
Thanks!

Re: Java 6 & 7

Posted: Wed Dec 12, 2012 6:06 pm
by blacksea
lucan wrote:I need Help...

If i run two different distributions in my server, like freya and IL, if i need the Freya Works with Java 7 and IL with Java 6, is possible in Startgamerserver.bat inform the path of java that i need use?
If possible, how make this?
Thanks!
yes...

put java 6 in folder java6
java 7 in java7

and in GameServer_loop.sh change java -server -Xmx....
to java6/bin/java -server -Xmx....
and java7/bin/java -server -Xmx....

Re: Java 6 & 7

Posted: Wed Dec 12, 2012 6:46 pm
by MELERIX
IL should work with Java 7 too.

Re: Java 6 & 7

Posted: Thu Dec 13, 2012 1:43 am
by Zoey76
MELERIX wrote:IL should work with Java 7 too.
Yes, because it was updated by me not long ago.

Other distributions should work but the code will have hundred of warnings and such due it wasn't cleaned up.

Re: Java 6 & 7

Posted: Thu Dec 13, 2012 3:17 pm
by lucan
Thanks people :)