Ok i will show you how to open your Gameserver and Loginserver on linux (better way)
ok lets start:
first install screen :
apt-get install screen
LOGINSERVER
first open the terminal and wrie this:
cd "/server/loginserver" (you will put your location)
ok then write this:
java -Djava.util.logging.manager=net.sf.l2j.util.L2LogMa nager -Xms1024m -Xmx1024m -cp ./../libs/*:l2jserver.jar net.sf.l2j.loginserver.L2LoginServer
You will see now your loginserver start ! so when it done ... press ctrl + a + d
GAMESERVER
now for gameserver type:
cd "/server/gameserver" (you will put your location)
and then:
java -Djava.util.logging.manager=net.sf.l2j.util.L2LogMa nager -Xms1024m -Xmx1024m -cp ./../libs/*:l2jserver.jar net.sf.l2j.gameserver.GameServer
so when it done .... press ctrl +a + d
I use net.sf.l2j pack if you use other like com.l2jserver etc! you will change the net.sf.l2j to com.l2jserver
thx for reading !
credits to me!
thanks leonidas for help