• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Help!] Compile error!

Newbie Spellweaver
Joined
Dec 14, 2008
Messages
35
Reaction score
0
So I was trying to add the Legend Advance, and here are my errors:
init:
Deleting: C:\Users\Hakop\Desktop\moopledev\build\built-jar.properties
deps-jar:
Updating property file: C:\Users\Hakop\Desktop\moopledev\build\built-jar.properties
Compiling 419 source files to C:\Users\Hakop\Desktop\moopledev\build\classes
C:\Users\Hakop\Desktop\ChickenMS\src\client\MapleCharacter.java:2550: error: cannot find symbol
NPCScriptManager.getInstance().start(getClient(), 1104204, null, null);
symbol: variable NPCScriptManager
location: class MapleCharacter
Note: C:\Users\Hakop\Desktop\ChickenMS\src\tools\DatabaseConnection.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
C:\Users\Hakop\Desktop\moopledev\nbproject\build-impl.xml:605: The following error occurred while executing this line:
C:\Users\Hakop\Desktop\moopledev\nbproject\build-impl.xml:246: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 2 seconds)
 
Newbie Spellweaver
Joined
Dec 14, 2008
Messages
35
Reaction score
0
So I was trying to add the Legend Advance, and here are my errors:
init:
Deleting: C:\Users\Hakop\Desktop\moopledev\build\built-jar.properties
deps-jar:
Updating property file: C:\Users\Hakop\Desktop\moopledev\build\built-jar.properties
Compiling 419 source files to C:\Users\Hakop\Desktop\moopledev\build\classes
C:\Users\Hakop\Desktop\ChickenMS\src\client\MapleCharacter.java:2550: error: cannot find symbol
NPCScriptManager.getInstance().start(getClient(), 1104204, null, null);
symbol: variable NPCScriptManager
location: class MapleCharacter
Note: C:\Users\Hakop\Desktop\ChickenMS\src\tools\DatabaseConnection.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
C:\Users\Hakop\Desktop\moopledev\nbproject\build-impl.xml:605: The following error occurred while executing this line:
C:\Users\Hakop\Desktop\moopledev\nbproject\build-impl.xml:246: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 2 seconds)

someone help me please?
 
Upvote 0
Experienced Elementalist
Joined
Jul 3, 2012
Messages
202
Reaction score
32
show me the error of the line and the file where the error is in
 
Upvote 0
Back
Top