Re: NCDF problem with VirtualUniverse
Posted by
gouessej on
Nov 19, 2012; 12:01am
URL: https://forum.jogamp.org/NCDF-problem-with-VirtualUniverse-tp4027031p4027049.html
You cannot use Java3D with noawt because Java3D uses the AWT GLCanvas of JOGL 2.0.
Edit.: Do you use JOAL too? I had a problem with JOAL a few weeks ago during initialization, it just got frozen. I had to initialize it in a static initializer.