Applet

Hey i am a new to jme and i have a question

can you use jme in applet ? and if you can how do you use it.

thanks

This, as far as I know, is only possible is the user installs the LWJGL and other required libs first. It’s possible to make a webstart though, just look at the jME examples and tests on the frontpage.

it is possible to run lwjgl in an applet, so it MIGHT be possible to use jME that way too. I understand it’s VERY slow and you have to do it via the AWT canvas stuff.