Java 6 & 7

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
lucan
Posts: 590
Joined: Wed Mar 16, 2011 10:39 pm
Location: Brazil

Java 6 & 7

Post 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!
blacksea
Posts: 458
Joined: Fri Oct 05, 2007 1:29 am

Re: Java 6 & 7

Post 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....
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Java 6 & 7

Post by MELERIX »

IL should work with Java 7 too.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: Java 6 & 7

Post 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.
Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.2.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
User avatar
lucan
Posts: 590
Joined: Wed Mar 16, 2011 10:39 pm
Location: Brazil

Re: Java 6 & 7

Post by lucan »

Thanks people :)
Post Reply