Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

LeaderMS Mac setup - "Could not find or load main class"

Newbie Spellweaver
Joined
Feb 1, 2015
Messages
5
Reaction score
0
Hello,

I have tried to set up my Server on Mac so I don't have to use Bootcamp / Switch to windows every time.

Error: Could not find or load main class handling.world.WorldServer

Somehow on Windows it seems to work (at least with launch_world.bat. channel/login/MonsterDropCreator give the same Error)


Yes, the *.jar is in the /dist Folder.

that's my launch_world.sh:

#!/bin/sh
echo "Starting World"export CLASSPATH=dist/*.jarjava -Xmx600m -Drecvops=recvops.properties -Dsendops=sendops.properties -Dwzpath=wz -Djavax.net.ssl.keyStore=filename.keystore -Djavax.net.ssl.keyStorePassword=passwd -Djavax.net.ssl.trustStore=filename.keystore -Djavax.net.ssl.trustStorePassword=passwd handling.world.WorldServer
 
Back
Top