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