Every time I run a .java file I get this

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
deadworldisee
Posts: 6
Joined: Sun Aug 09, 2009 8:13 pm
Contact:

Every time I run a .java file I get this

Post 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)
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

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

Post 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?
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
deadworldisee
Posts: 6
Joined: Sun Aug 09, 2009 8:13 pm
Contact:

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

Post by deadworldisee »

Im running on windows, and by a .java file I mean any file from /L2_GameServer/java
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

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

Post by _DS_ »

You should start .bat file.

Not a bug report, moved to support.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
deadworldisee
Posts: 6
Joined: Sun Aug 09, 2009 8:13 pm
Contact:

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

Post by deadworldisee »

How can I start the .bat if I cant compile it?lool
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

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

Post by _DS_ »

Server already precompiled in nighly packs.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Post Reply