Jump to content
  • 0

Adapt?


Andrey™

Question

Recommended Posts

  • 0

You should be more polite if you want to get asnwer. We are not some kind of robots to answer to your questions like instant..

 

Also, we're providing tips/hints so you can LEARN, if you rly want.. If you just came here and want to get READY file(s) like most of this 'meh' community, then.. Well..

 

 

@Devlin

Shame on you, if you does something, make it properly or do not do it at all :P

 

@Andrey

If you would be a lil bit smart, you would open ANY file and use SEARCH for L2DatabaseFactory and see how that Connection con should looks like, is that so hard to TRY to manage it on your own - no offense, it's just the way you should follow.. Searching for ready codes / examples to fix your error..

Connection con = L2DatabaseFactory.getConnection()

should be

Connection con = L2DatabaseFactory.getInstance().getConnection()
Edited by SweeTs
Link to comment
Share on other sites

  • 0

There is strictly nothing to adapt.... Just drop all imports, save the file to re-add imports automatically and you're supposed to be done.

Edited by Tryskell
Link to comment
Share on other sites

  • 0

There is strictly nothing to adapt.... Just drop all imports, save the file to re-add imports automatically and you're supposed to be done.

 

So simple answers from this guy.

 

*

Tryskell,

Thank God of Rats :D

Link to comment
Share on other sites

  • 0

How!?

 

24xgvv7.png

 

These imports are 'cause lack of imports. As SweeTs says, use

 

Ctrl + shift + o to fix imports..

 

 

As about "_log.warn", rename it to "_log.warning".

Link to comment
Share on other sites

  • 0

Here you can replace

_log.warn("[SuperMonster] addHero(days) error: ", e);

to

_log.log(Level.WARNING, "[SuperMonster] addHero(days) error: ", e);

The other problems are just imports to be fixed.

Also DatabaseFactory should be renamed to L2DatabaseFactory...

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...