Hi,
I'm new to Java Monkey Engine. I was following http://www.jmonkeyengine.com/wiki/doku.php?id=jme_maven_setup and noticed that it was out of data. These lines:
mvn install:install-file -Dfile=lib/lwjgl/lwjgl.jar -DgroupId=org.lwjgl -DartifactId=lwjgl -Dversion=2.0rc1 -Dpackaging=jar
mvn install:install-file -Dfile=lib/lwjgl/lwjgl_util.jar -DgroupId=org.lwjgl -DartifactId=lwjgl_util -Dversion=2.0rc1 -Dpackaging=jar
mvn install:install-file -Dfile=lib/lwjgl/lwjgl_util_applet.jar -DgroupId=org.lwjgl -DartifactId=lwjgl_util_applet -Dversion=2.0rc1 -Dpackaging=jar
should have
2.0rc1
replaced with
2.1
Hope that helps,
Marko.