Problem with lwjgl [solved]

Hi i know that there was topic about this problem. I done everything that was writtenin those topics and it didnt work :(.

Here is my output:



2007-04-25 14:29:18 com.jme.app.BaseGame start
INFO: Application started.
2007-04-25 14:29:18 com.jme.system.PropertiesIO <init>
INFO: PropertiesIO created
2007-04-25 14:29:18 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 test.Main.main(Main.java:30)
2007-04-25 14:29:19 com.jme.app.BaseSimpleGame cleanup
INFO: Cleaning up resources.
2007-04-25 14:29:19 com.jme.system.lwjgl.LWJGLDisplaySystem <init>
INFO: LWJGL Display System created.
2007-04-25 14:29:19 com.jme.app.BaseGame start
INFO: Application ending.
BUILD SUCCESSFUL (total time: 2 seconds)


i set VM options to -Djava.library.path=

Still have the link to the wikipage? Then we can make sure they use the right quotes there…

it is on this page



http://www.jmonkeyengine.com/wiki/doku.php?id=setting_up_netbeans_5.0_to_build_jme_and_jme-physics_2

And for some reason it won't let me remove them either… weird

Looks like it is a setting in conf/local.php  I don't have permissions to look and change though.