Jump to content
  • 0

Question

14 answers to this question

Recommended Posts

  • 0
Posted

I lol'd so hard.

 

I wish there was like, a minimum knowledge required requirement.

 

That's nothing about knowledge, but common sense.

 

"cannot be resolved to a type", 41 400 000 results.

"cannot be resolved to a type java", 9 200 000 results.

"cannot be resolved to a type java error", 65 600 000 results.

"cannot be resolved to a type java eclipse", 7 690 000 results.

 

"why am i dumb", 220 000 000 results.

  • 0
Posted

That's nothing about knowledge, but common sense.

 

"cannot be resolved to a type", 41 400 000 results.

"cannot be resolved to a type java", 9 200 000 results.

"cannot be resolved to a type java error", 65 600 000 results.

"cannot be resolved to a type java eclipse", 7 690 000 results.

 

"why am i dumb", 220 000 000 results.

 

 

There isn't any tutorial about l2j . /:)

 

I want add some libraries but i can't find them .

  • 0
Posted

There is only a problem and already i told you .

 

2 months ago when I tryied to  wrote in eclipse activeChar , and when i pressed ctrl + space I get a list with what to complete , something like  "activeChar.setHero (1)" . Now , when i write activeChar and i press ctrl + space i take error with red in left part "activeChar cannot be resolved to a type". Why? I need some help . This is the problem , Tryskell .

 

Sorry for my english , but u will understand .

  • 0
Posted

First, I don't remember 2 months errors of all people. Sorry to don't be a bot. Second, you didn't answer to my previous question (post a CODE).

 

So I will answer approximatively, and won't care about that topic anymore.

 


 

activeChar has to be a L2PcInstance, that state is often inheritated from method.

 

public void blabla(L2PcInstance activeChar)
{
    activeChar.anyAction();
}

in that case that will work.

 

public void blabla(L2PcInstance player)
{
    activeChar.anyAction();
}

change one or other name (player => activeChar OR activeChar => player).

 


 

Try ctrl+shift+o to correct imports.

 


 

L2PcInstance dog is a L2PcInstance. Don't think "activeChar" is always a player. It totally depends of the environnement (and that's why I needed a freakin code). You can find player, activeChar, plyr, etc etc.

 

Anyway gl with your problem and don't PM me anew for another answer.

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