• 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.

L2J L2CraftManager compile error

Initiate Mage
Joined
Jan 6, 2009
Messages
3
Reaction score
0
Hi, I know this is an age old question, but maybe you guys can help me out a bit. I am trying to install the L2CraftManager.java into my core server pack, but its giving me a compiling error:

Code:
F:\L2\EclipseWorkspace\L2jFrozenInterlude\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2CraftManagerInstance.java:335: error: cannot find symbol
    [javac]  					L2RecipeList _recipe = RecipeController.getInstance().getRecipeByItemId(_item.getItemId()); 
    [javac]  					                                                     ^
    [javac]   symbol:   method getRecipeByItemId(int)
    [javac]   location: class RecipeController
And I tried to fixed it, but I am not good at java, and don't know whats the issue.
 
Back
Top