Problem with Tutorial 3

Hey guys,



I just started to work in tutorial 3. But it is impossible for me to run the sample code :(.

When I run it there comes the normal window, but it shows nothing and then clothes after less than a second. Here is the error message (which stands in the Output):



Uncaught exception thrown in Thread[LWJGL Renderer Thread,5,main]

com.jme3.asset.AssetNotFoundException: Models/Teapot/Teapot.obj

at com.jme3.asset.DesktopAssetManager.loadAsset(DesktopAssetManager.java:239)

at com.jme3.asset.DesktopAssetManager.loadModel(DesktopAssetManager.java:376)

at com.jme3.asset.DesktopAssetManager.loadModel(DesktopAssetManager.java:386)

at jme3test.helloworld.HelloAssets.simpleInitApp(HelloAssets.java:25)

at com.jme3.app.SimpleApplication.initialize(SimpleApplication.java:230)

at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:129)

at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:205)

at java.lang.Thread.run(Thread.java:722)



An idea how to fix it?

Read the tutorial again. I think you missed a big green box with a light bulb near the beginning.

Oh, thanks :D. Fail.