Applets with LWJGL

Started by Christian R, March 18, 2004, 03:54:44

Previous topic - Next topic

Christian R

Is this possible? And how do I go about to make one? Do I extend Applet like a regular applet, or how is this achieved? (if possible)

tomb

Not possible. Lwjgl uses native libraries wich you can't use in applets. Use webstart instead.