Is it possible to use JOGL/LWJGL in an applet?

Specifically, if I don’t know if my end user has some dll or so or whatever installed, does this invalidate the option?

I want it in an applet because I want it to run from within the browser (not web start).

Thanks

Rye

https://jogl-demos.dev.java.net/applettest.html

yes:
http://lwjgl.org/wiki/doku.php/lwjgl/tutorials/applet

Note that that doesn’t work with slightly older ATI cards (Radeon 8500 etc) on Windows, because they stopped updating the drivers.

Webstart or stand-alone applications aren’t an issue, however.