Login  Register

Re: OSGi with Bndtools and Apache Felix throws exception

Posted by Wade Walker on Mar 25, 2013; 11:36pm
URL: https://forum.jogamp.org/OSGi-with-Bndtools-and-Apache-Felix-throws-exception-tp4028765p4028817.html

Here's what the correct log looks like when I run my OneTriangle Eclipse RCP app: correct_log.txt

You may be right, that OGLUtilities class seems to be present in my classpath. When I run, instead of ClassNotFoundExceptions, I get this in the log:

OGLUtilities.UNDEFINED = 0
OGLUtilities.WINDOW = 1
OGLUtilities.PBUFFER = 2
OGLUtilities.TEXTURE = 3
OGLUtilities.FLIP_BACKBUFFER = 4
OGLUtilities.FBOBJECT = 5