Installation problem

Well i went through every step bit by bit and stopped at step 10.



When i tested the TestTeapot.java.



I got this error:


Oct 30, 2008 12:51:44 PM com.jme.app.BaseGame start
INFO: Application started.
Oct 30, 2008 12:51:44 PM com.jme.system.PropertiesIO <init>
INFO: PropertiesIO created
Oct 30, 2008 12:51:44 PM com.jme.system.PropertiesIO load
WARNING: Could not load properties. Creating a new one.
Oct 30, 2008 12:51:44 PM class jmetest.renderer.TestTeapot start()
SEVERE: Exception in game loop
java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
   at java.lang.ClassLoader.loadLibrary(Unknown Source)
   at java.lang.Runtime.loadLibrary0(Unknown Source)
   at java.lang.System.loadLibrary(Unknown Source)
   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:111)
   at com.jme.system.lwjgl.LWJGLPropertiesDialog$ModesRetriever.run(LWJGLPropertiesDialog.java:669)
   at com.jme.app.AbstractGame.getAttributes(AbstractGame.java:219)
   at com.jme.app.BaseGame.start(BaseGame.java:62)
   at jmetest.renderer.TestTeapot.main(TestTeapot.java:61)
Oct 30, 2008 12:51:44 PM com.jme.app.BaseSimpleGame cleanup
INFO: Cleaning up resources.
Oct 30, 2008 12:51:44 PM com.jme.system.lwjgl.LWJGLDisplaySystem <init>
INFO: LWJGL Display System created.
Oct 30, 2008 12:51:44 PM com.jme.app.BaseGame start
INFO: Application ending.



Any help would be appreciated.  :D.

Put this statement: "no lwjgl in java.library.path" on the search box here in the forum and you will get the answer.

Thank you : )



Ha! its the teapot from 3d max :D.