Page 1 of 1

Every time I run a .java file I get this

Posted: Mon Aug 10, 2009 12:22 pm
by deadworldisee
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)

Re: Every time I run a .java file I get this

Posted: Mon Aug 10, 2009 12:46 pm
by janiii
what do you mean by running a .java file?

do you have the config file in the right directory? loginserver/config/loginserver.properties ? does it have right accessrights set?

Re: Every time I run a .java file I get this

Posted: Mon Aug 10, 2009 3:42 pm
by deadworldisee
Im running on windows, and by a .java file I mean any file from /L2_GameServer/java

Re: Every time I run a .java file I get this

Posted: Mon Aug 10, 2009 4:06 pm
by _DS_
You should start .bat file.

Not a bug report, moved to support.

Re: Every time I run a .java file I get this

Posted: Mon Aug 10, 2009 4:54 pm
by deadworldisee
How can I start the .bat if I cant compile it?lool

Re: Every time I run a .java file I get this

Posted: Mon Aug 10, 2009 4:58 pm
by _DS_
Server already precompiled in nighly packs.