Login  Register

Re: Help with tutorial: GLCapabilities(GLProfile) doesn't exist?

Posted by Robert B on Oct 28, 2010; 3:42pm
URL: https://forum.jogamp.org/Help-with-tutorial-GLCapabilities-GLProfile-doesn-t-exist-tp1774357p1787145.html

Hi Wade,

I think you may be right. I've been scratching my head over this and also the other problem where building from git claims that there is an AbstractGraphicsDevice class in javax.media.opengl, which I know from the git source just isn't the case. I've probably played with JOGL a few years ago, so I'll have to track down where the heck the old jars ended up.

(update) Yes, that was it... I found old JOGL libraries in /Library/Java/extensions. Deleting those libraries cleared the problem up. Thanks Wade for confirming what was only a small suspicion in my mind :)

Thanks,

--Rob