- Joined
- Jan 6, 2013
- Messages
- 6
- Reaction score
- 0
Hello, I am new to server creating a Maplestory private server and I am attempting to do so in Linux. As dumb as it sounds, I have completed most of the requirements to get my server up and running, however I am encoutering this little problem.
I am using the MoopleDEV source and as mentioned above, Linux. Every time I run create_server_linux.sh I am greeted with this message:
I have already compiled the code and replaced the older MoopleDEV.jar with the newer one. I've already created the MySQL database for my server and have set up the connection to it.
The one thing I do not understand is why the classpath is messing up. I am sure that the net.server.CreateINI resides in the MoopleDEV.jar.
Lastly, I've already Googled my problem and came up with no solution. This is my last place that I am coming to for help.
create_server_linux.sh
What am I doing wrong? Am I missing any information? Thank you for your time.
I am using the MoopleDEV source and as mentioned above, Linux. Every time I run create_server_linux.sh I am greeted with this message:
PHP:
Error: Could not find or load main class net.server.CreateINI
I have already compiled the code and replaced the older MoopleDEV.jar with the newer one. I've already created the MySQL database for my server and have set up the connection to it.
The one thing I do not understand is why the classpath is messing up. I am sure that the net.server.CreateINI resides in the MoopleDEV.jar.
Lastly, I've already Googled my problem and came up with no solution. This is my last place that I am coming to for help.
create_server_linux.sh
PHP:
#!/bin/sh
export CLASSPATH=".:dist/cryms.jar:dist/mina-core.jar:dist/slf4j-api.jar:dist/slf4j-jdk14.jar:dist/mysql-connector-java-bin.jar:dist/MoopleDEV.jar"
java -Xmx10m net.server.CreateINI
What am I doing wrong? Am I missing any information? Thank you for your time.