Error for my project?

Jul 16, 2007 5:24:02 PM com.jme.app.BaseGame start
INFO: Application started.
Jul 16, 2007 5:24:02 PM com.jme.system.PropertiesIO <init>
INFO: PropertiesIO created
Jul 16, 2007 5:24:02 PM com.jme.system.PropertiesIO load
WARNING: Could not load properties. Creating a new one.
java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
        at java.lang.System.loadLibrary(System.java:1030)
        at org.lwjgl.Sys$1.run(Sys.java:75)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.lwjgl.Sys.doLoadLibrary(Sys.java:68)
        at org.lwjgl.Sys.loadLibrary(Sys.java:84)
        at org.lwjgl.Sys.<clinit>(Sys.java:101)
        at org.lwjgl.opengl.Display.<clinit>(Display.java:108)
        at com.jme.system.lwjgl.LWJGLPropertiesDialog.<init>(Unknown Source)
        at com.jme.app.AbstractGame.getAttributes(Unknown Source)
        at com.jme.app.BaseGame.start(Unknown Source)
        at Main.main(Main.java:16)
Jul 16, 2007 5:24:03 PM com.jme.app.BaseSimpleGame cleanup
INFO: Cleaning up resources.
Jul 16, 2007 5:24:03 PM com.jme.system.lwjgl.LWJGLDisplaySystem <init>
INFO: LWJGL Display System created.
Jul 16, 2007 5:24:03 PM com.jme.app.BaseGame start
INFO: Application ending.
BUILD SUCCESSFUL (total time: 4 seconds)



What am I doing wrong? I *think* I have the class library's set up right.

I got the same, sooo long ago… :cry:



You'll have to pecify the path to the lib directory, using -Djava.library.path={pathToLib} in the java command line.



EG:  -Djava.library.path=C:WorksCVSROOTjmelib

Oooo… Thank you! I'll try that :slight_smile:



Edit: Hee hee, still no worky :frowning:

You might find this helpful:



http://www.jmonkeyengine.com/jmeforum/index.php?topic=5282.0

Yes, but for quick testing, is there a way to fix it in Netbeans?



EDIT: Wow, taking off quotes made it work <.<