Every time I run a .java file I get this
Posted: Mon Aug 10, 2009 12:22 pm
Every time I run a .java file I get this and the problem is \config\loginserver.properties exists.
I updated the trunk files , I runned one file,and I got an error like
Aug 10, 2009 3:15:58 PM net.sf.l2j.Config load
INFO: loading login config
java.io.FileNotFoundException: .\config\loginserver.properties (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at net.sf.l2j.Config.load(Config.java:2012)
at net.sf.l2j.accountmanager.SQLAccountManager.main(SQLAccountManager.java:48)
Exception in thread "main" java.lang.Error: Failed to Load ./config/loginserver.properties File.
at net.sf.l2j.Config.load(Config.java:2063)
at net.sf.l2j.accountmanager.SQLAccountManager.main(SQLAccountManager.java:48)
I updated the trunk files , I runned one file,and I got an error like
Aug 10, 2009 3:15:58 PM net.sf.l2j.Config load
INFO: loading login config
java.io.FileNotFoundException: .\config\loginserver.properties (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at net.sf.l2j.Config.load(Config.java:2012)
at net.sf.l2j.accountmanager.SQLAccountManager.main(SQLAccountManager.java:48)
Exception in thread "main" java.lang.Error: Failed to Load ./config/loginserver.properties File.
at net.sf.l2j.Config.load(Config.java:2063)
at net.sf.l2j.accountmanager.SQLAccountManager.main(SQLAccountManager.java:48)