Jump to content
  • 0

[Help] L2j Gracia Final


Question

Posted

Hello, i have added the l2j killer/attacker fix in eclipse and i get those errors:

 

In SelectorHelper.java

70111205.png

 

In IPv4Filter i have this error:

width=1024 height=640http://img186.imageshack.us/img186/6759/aaaaay.png[/img]

 

In GameServer.java this error:

width=1024 height=640http://img685.imageshack.us/img685/1787/aaaaab.png[/img]

 

I use those codes: http://www.pastebin.cz/32158

7 answers to this question

Recommended Posts

  • 0
Posted

Eh, simple - try to compile it, there are several  errors, so it will show you error log, with explanation about whats wrong.

 

Also you can roll over this highlighted lines and there should be explanation also, and few solutions.

  • 0
Posted

 

    [mkdir] Created dir: C:\Users\user\workspace\L2_GameServer\build

    [mkdir] Created dir: C:\Users\user\workspace\L2_GameServer\build\classes

    [mkdir] Created dir: C:\Users\user\workspace\L2_GameServer\build\dist

    [mkdir] Created dir: C:\Users\user\workspace\L2_GameServer\build\dist\login

    [mkdir] Created dir: C:\Users\user\workspace\L2_GameServer\build\dist\gameserver

version:

compile:

    [javac] Compiling 1361 source files to C:\Users\user\workspace\L2_GameServer\build\classes

    [javac] C:\Users\user\workspace\L2_GameServer\java\net\sf\l2j\loginserver\SelectorHelper.java:38: '{' expected

    [javac]        IClientFactory<L2LoginClient>, IAcceptFilter

    [javac]                                                    ^

    [javac] C:\Users\user\workspace\L2_GameServer\java\net\sf\l2j\loginserver\SelectorHelper.java:187: reached end of file while parsing

    [javac] }

    [javac]  ^

    [javac] 2 errors

 

BUILD FAILED

C:\Users\user\workspace\L2_GameServer\build.xml:76: Compile failed; see the compiler error output for details.

 

Total time: 18 seconds

 

  • 0
Posted

:-\

 

Mate, this is simplest error.

 

'{' expected

 

You have to add { somewhere (its missed somewhere, it should be highlighted)

  • 0
Posted

You double added the class declaration oh my god.

"Hacker inside" that double declarates a class and doesn't see what's wrong? Oh well ^^

 

Locked.

Guest
This topic is now closed to further replies.


×
×
  • Create New...