Jump to content
  • 0

Question

7 answers to this question

Recommended Posts

  • 0
Posted

Ops. I didn't know that I shouldn't bump the thread until 24 hours later.

 

I'm new on java and I don't know to adapt the code.

 

Sorry for the inconvenience.

  • 0
Posted

So its time to learn it.

 

Simply use eclipse, use its tips/hints/quick fixes/read error logs and draw conclusions.

  • 0
Posted

Ok, I have fixed the code and I could compile the code, but when I power on the server, I receive that Error:

 

C:\server\gameserver\data\scripts\handlers\MasterHandler.java.error.log

Line: -1 - Column: -1

 

The server power on OK, but the admin command don't work. Help please :(

  • 0
Posted

It means that there was problem while executing MasterHandler.java (means that one ore more handlers were wrong, with errors)

 

Most likely, you added new command, without checking errors/correcting imports and whole code.

 

My advice is to check code of this new handler with ECLIPSE, you will know whats wrong and how to fix it.

  • 0
Posted

It means that there was problem while executing MasterHandler.java (means that one ore more handlers were wrong, with errors)

 

Most likely, you added new command, without checking errors/correcting imports and whole code.

 

My advice is to check code of this new handler with ECLIPSE, you will know whats wrong and how to fix it.

 

I'm sorry but I have 4  hours looking for errors and they hasn't, I don't know to do it best.

 

Help please, it's very frustrating

 

Greetings.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...