java -server -Xmx2G -cp config:./* l2p.loginserver.LoginServer
MAC: OK!
WINDOWS: Cannot find class l2p.loginserver.LoginServer
LINUX: Cannot find class l2p.loginserver.LoginServer
Aditional info: jar file is called kernel.jar and it's in the same folder where the command is executed
if i use java -server -cp kernel.jar l2p.loginserver.LoginServer the class is started to load but i need config because i have log4j xml there. Thanks!