I was able to start my server the first time but now every time I start my server it somehow doesn't work. On the day my server worked I tried to set it up so I can log in even if I am offline but couldn't be bothered to fix the codding so I closed the server and let it go for another day. Now when I try to start the server it doesn't work. It says that it's loading the stuff and to wait for the completion messag but then stops.
I checked the logs and I get this error in most of my .out log files. :
- Code:
-
ERROR [2011-11-08 19:40:59,623] main Engine.main: error connecting to the database multiverse.server.util.MVRuntimeException: could not find class: com.mysql.jdbc.Driver multiverse.server.util.MVRuntimeException: could not find class: com.mysql.jdbc.Driver
at multiverse.server.engine.Database.<init>(Database.java:61)
at multiverse.server.engine.Engine.main(Engine.java:337)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at multiverse.server.marshalling.Trampoline.main(Trampoline.java:150)
can anyone help me please me, it would be greatly appreciated.