[PI - rep] Error: Could not find or load main class server.Server
I'm getting this
Code:
Error: Could not find or load main class server.Server
When trying to start my server, the only thing I can think of is the packaging since I changed it
My run.bat
Code:
java -Xmx800m -cp bin;deps/poi.jar;deps/mysql.jar;deps/mina.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar; server.Server
I'm not sure if the line marked in red is the location of my server class or not, but if it is it shouldn't be because it's still located in that location :\
if anyone could tell me whats wrong or give me pointers to fix it I'll give them a rep :penguin: