I want to host a jMonkeyEngine game as an applet, but I can't figure out how. These instructions recommend having the main class inherit from SimpleJMEApplet, but Eclipse complains that it can't find the class.
Any other documentation on how to do this?