Jump to content
  • 0

A java problem (l2dot)


Question

Posted

heh so i decided to add a Vote System (in core edits) ,so i started.. The only problem i got is this :

    Connection con = null;

    try

    {

    con = L2DatabaseFactory.getInstance().getConnection(con);

    PreparedStatement statement = con.prepareStatement(UPDATE_CHAR_VOTE);

So its underlined in RED and i can't compile because of this :

    [javac] Compiling 1264 source files to D:\Workspace\L2Dot_IL_Game\build\classes

    [javac] D:\Workspace\L2Dot_IL_Game\java\com\l2dot\gameserver\model\actor\instance\L2PcInstance.java:6274: getConnection() in com.l2dot.L2DatabaseFactory cannot be applied to (java.sql.Connection)

    [javac]    con = L2DatabaseFactory.getInstance().getConnection(con);

    [javac]                                                                    ^

    [javac] D:\Workspace\L2Dot_IL_Game\java\com\l2dot\gameserver\model\actor\instance\L2PcInstance.java:6302: getConnection() in com.l2dot.L2DatabaseFactory cannot be applied to (java.sql.Connection)

    [javac]    con = L2DatabaseFactory.getInstance().getConnection(con);

    [javac]                                                                    ^

    [javac] 2 errors

 

BUILD FAILED

 

I can give teamviewer to someone if he can help me ,or just post here the fix.. Thanks for the attention!

4 answers to this question

Recommended Posts

  • 0
Posted

Try this;

 

- con = L2DatabaseFactory.getInstance().getConnection(con);
+ con = L2DatabaseFactory.getInstance().getConnection();

  • 0
Posted

Leeroy can u help me?

im using last dot pack and i cant the buffer

i mean im executing the sql

im patch the html c:/server/gameserver/data/blabla/blabla

and i press buffs and says me u dont weirther care your quest or u dont have meet ciretria or smthing

 

would you add me to this msn ? la2tecktonik@windowslive.com

i have add you in your wizzyto@abv.bg

 

thx

  • 0
Posted

Leeroy can u help me?

im using last dot pack and i cant the buffer

i mean im executing the sql

im patch the html c:/server/gameserver/data/blabla/blabla

and i press buffs and says me u dont weirther care your quest or u dont have meet ciretria or smthing

 

would you add me to this msn ? la2tecktonik@windowslive.com

i have add you in your wizzyto@abv.bg

 

thx

 

You are off topic or it's just my idea?...Take care next time..If you want help just send a PM or make another topic.

 

Topic Locked. If the owner wants something more just PM me to unlock it again.

Guest
This topic is now closed to further replies.


×
×
  • Create New...