The method createGLCanvas is undefined for the type GLDrawableFactory
Posted by Hot-Chip on Jul 04, 2010; 5:54pm
URL: https://forum.jogamp.org/The-method-createGLCanvas-is-undefined-for-the-type-GLDrawableFactory-tp942689.html
Hello, i have a little problem with jogl. I receive the error-message thats written in my topic subject for this line:
GLCanvas canvas = GLDrawableFactory.getFactory().createGLCanvas( glCaps );
I installed/set up my jogl by changing the CLASSPATH and PATH variables. Is it possible that this problem occurs because i set up jogl in the wrong way? Importing Classes works fine with this line for example:
Import javax.media.opengl.*;
I'm using Jogl version 1.1.1.
Maybe it's a common problem and you can help me. :)
English isn't my motherlanguage, so if something seems to be wired i try to explain it in another way.
greetings
EDIT: I just tried the gears-demo and it's working fine, so I think I set up everything properly.