LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Christian R on March 18, 2004, 03:54:44

Title: Applets with LWJGL
Post by: Christian R on March 18, 2004, 03:54:44
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)
Title: Applets with LWJGL
Post by: tomb on March 18, 2004, 04:22:50
Not possible. Lwjgl uses native libraries wich you can't use in applets. Use webstart instead.