I have no problem till the step "jME2Physics Compilation". I don't know what the
"jME2Physics project " should be??
Right click on jME2Physics project → Click Build Project.
Right click on jME2Physics project → Click Generate Javadoc.
Is it the new project I have created?? I have to build it so I can get a dist-directory which
I need later.
Whatever,I have skipped the step "jME2Physics Compilation" and when I try to run a sample-code,only
an error occurs, namely:
[glow=red,2,300]"Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: [Lorg/lwjgl/opengl/DisplayMode;"[/glow].
What should I do next? I tried to play with lwjgl but dont know how to fix the problem.
All i know is I followed that step by step with no problems. I you think you probably forgot to setup the Librarys correctly. I would start over only takes 10ish minutes to get up and running.
I would just like to point out that the tutorial he mentioned above for setting up jME 2 with netbeans has some misleading instructions. At the point in the tutorial that is titled "jME2Physics Compilation" it says to add the following libraries…
"jME-Compile"
"jME-Run"
but I think what it means to say is to add the following libraries
"jME2-Compile"
"jME2-Run"
It doesn't work if you add the libraries it tells you to add, but you might not realize at first if you have downloaded jME before and already have libraries with those names in there.
Just thought it is something that could be fixed to be a little clearer. Otherwise this tutorial is extremely helpful!