Eclipse when running the server/client
EDIT:
I have located a SERVER.java file in a package called "redone". So in the initiate.bat file it contains this:
@[Only registered and activated users can see links. Click Here To Register...] off
java -Xmx256m -cp bin;libs\*; server.Server
pause
So i changed it to the package it was located in:
@[Only registered and activated users can see links. Click Here To Register...] off
java -Xmx256m -cp bin;libs\*; redone.Server
pause
However, still getting the same error now.
EDIT: I tried with the new changes opening the bats outside of eclipse and it worked. WTF is wrong with eclipse?
Thanks, appreciate all the help. :)