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!

Compiling error?

Initiate Mage
Joined
Jan 18, 2013
Messages
4
Reaction score
0
Hey guys!

I knew java because I did a lot of work on minecraft. I downloaded paladino's base, just to play around with it. I'm attempting to debug it and I get:

java.lang.ArrayIndexOutOfBoundsException: 0
at palidino76.rs2.Server.main(Server.java:45)

That's just trying to run the base too, it's not like I edited any code.

Any help is appreciated :D
 
Junior Spellweaver
Joined
Sep 23, 2013
Messages
135
Reaction score
21
Use IDE it'll help you to fix your errors, Btw the Problem in File Server.java on line 45
 
Back
Top