Can't run HelloJME3

hi @ all,



I try to compile the first application of jme3. I can see the configuration dialog but if I press the Ok button eclipse will throws the following error:

[java]



INFO JmeSystem 1:27:50 PM Running on jMonkey Engine 3 ALPHA 0.50

INFO Natives 1:27:50 PM Extraction Directory #1: file:/E:/jmonkeyplatform/jmonkeyplatform/libs/

INFO Natives 1:27:50 PM Extraction Directory #2: C:UsersJanworkspace2JME3

INFO Natives 1:27:50 PM Extraction Directory #3: C:UsersJanworkspace2JME3

WARNING Natives 1:27:50 PM Cannot locate native library: windows/lwjgl64.dll

WARNING Natives 1:27:50 PM Cannot locate native library: windows/OpenAL64.dll

Exception in thread “LWJGL Renderer Thread” java.lang.UnsatisfiedLinkError: Can’t load library: C:UsersJanworkspace2JME3lwjgl.dll

.

.

.

[/java]



I have tried to add the native libraries about the vm arguments with -Djava.library.path=“C:UsersJanworkspace2JME3native” but the same result.



can anyone of you help me?

Did you include jME3-lwjgl-natives.jar in your classpath?