Jump to content

Question

3 answers to this question

Recommended Posts

  • 0
Posted
Just now, l2bartdev said:

hello guys once again i have run into a problem and more specificly in this one http://prntscr.com/ixlqj0 

 does someone know how to fix this :D D thanks in advance

then pack is compiled already i am just trying to add some codes 

  • 0
Posted (edited)

try replacing the error

 


try (Connection con = L2DatabaseFactory.getInstace().getConnection())
{

 

with that

 

Connection con = null;
		
		try
		{
			con = L2DatabaseFactory.getInstance().getConnection(false);

Also dont double posting , you can edit your post anytime.

Edited by sotid
Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..