I've been perfectly content using just jME…no physics. Then I realized that eventually, I would need it, and the farther I was when I decided to add it the harder it would be. So, I imported the correct things, changed "initGame" to "simpleInitGame" and "update" to "simpleUpdate". However, when I run my game, I get the following error…
SEVERE: Exception in game loop
java.lang.NullPointerException
at com.jme.app.BaseSimpleGame.initGame(Unknown Source)
at com.jme.app.BaseGame.start(Unknown Source)
at projectNormal.Start.main(Start.java:137)
Aug 22, 2007 6:18:49 PM com.jme.app.BaseGame start
INFO: Application ending.
Please help, and thank you :D