Re: Independent JOGL applications on same JVM
Posted by
Sven Gothel on
Nov 18, 2015; 11:09pm
URL: https://forum.jogamp.org/Independent-JOGL-applications-on-same-JVM-tp4035809p4035815.html
On 11/18/2015 07:43 PM, alicana [via jogamp] wrote:
> 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 <
http://worldwind.arc.nasa.gov/java/> (jogl-2.1.5) under *OSGI* container.
Then pls create a most _small_ [j]unit test
(best if using on of our junit tests as a template),
which reproduces the issue at hand.
(No megabyte zip file of a project, etc.
See our Wiki FAQ).
File a bug report.
Then attach the unit test (git email format) or make a git pull req.
Thank you!
~Sven