Re: Independent JOGL applications on same JVM
Posted by
alicana on
Nov 18, 2015; 6:43pm
URL: https://forum.jogamp.org/Independent-JOGL-applications-on-same-JVM-tp4035809p4035813.html
I do not use animator class, instead I have my own thread that invokes whole display sequence. I have bunch
of class that implements GLEventListener interface. These classes added and removed from GLDrawable object in an order.
By the way, this problem occurs between my project (jogl-2.3.1) and
NASA World Wind (jogl-2.1.5) under
OSGI container.