
Originally Posted by
hyzreee
I have a persistant problem. I can't start the server because this one say to me :
INFO: Fishing database reinitialised
Exception in thread "main" java.lang.NoClassDefFoundError: org/ini4j/Ini
at org.pokenet.server.battle.DataService.initialiseSpecies(DataService.java:130)
at org.pokenet.server.battle.DataService.<init>(DataService.java:54)
at org.pokenet.server.ServiceManager.<init>(ServiceManager.java:36)
at org.pokenet.server.GameServerNoUI.main(GameServerNoUI.java:79)
Caused by: java.lang.ClassNotFoundException: org.ini4j.Ini
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 4 more
I have installed ini4j, with "apt-get install libini4j-java", but still no work. What can i do?
(I have installed java 7, but nothing to do)