Re: Creating a GLProfile in an Applet
Posted by
gouessej on
Nov 03, 2010; 12:05pm
URL: https://forum.jogamp.org/Creating-a-GLProfile-in-an-Applet-tp1824031p1834346.html
I really advise you to build JOGL 2.0 beta from the source because the JARs are so obsolete. You can get a GL4 backward compatible context in an applet with the version on the trunk.
Building JOGL on Linux is very simple, it is a bit tricky on Windows especially if you want to use Visual Studio but I gave some indications to do so.