Jump to content
  • 0

anyone knows how to solve this?


louloudakos

Question

Compiling 1213 source files to C:\Lineage 2\tools\workspace\l2j_server\L2J_Server\build\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.8
    [javac] C:\Lineage 2\tools\workspace\l2j_server\L2J_Server\java\net\sf\l2j\gameserver\model\L2Character.java:6949: warning: [deprecation] Integer(int) in Integer has been deprecated
    [javac]         _disabledSkills.remove(new Integer(skillId));

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

a) can you show us the moethod that contains line 6949 in  L2Character.java?

b) Try instead of _disabledSkills.remove(new Integer(skillId)); _disabledSkills.remove(skillId);

 

Link to comment
Share on other sites

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