bullet for j2me

Please don't post Bullet support questions here, use the above forums instead.
rocksvick
Posts: 5
Joined: Mon Aug 29, 2011 9:56 am

bullet for j2me

Post by rocksvick »

i am trying to incorporate java version of bullet in netbeans for j2me game.
i am facing a problem while running the project ,although code compiles perfectly.
exception that i face during runtime is

Exception in thread "main" 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:72)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)
at org.lwjgl.Sys.loadLibrary(Sys.java:81)
at org.lwjgl.Sys.<clinit>(Sys.java:98)
at org.lwjgl.opengl.Display.<clinit>(Display.java:128)
at com.bulletphysics.demos.opengl.LWJGL.main(LWJGL.java:52)
at com.bulletphysics.demos.basic.BasicDemo.main(BasicDemo.java:228)
Java Result: 1