Re: Javafx causes jogl problem in mac
Posted by
gouessej on
Feb 28, 2013; 10:08pm
URL: https://forum.jogamp.org/Javafx-causes-jogl-problem-in-mac-tp4028417p4028418.html
Please try to use JoglNewtAwtCanvas first.
Edit.: JavaFX probably modifies the way AWT works under Mac, the problem doesn't come from JogAmp APIs. I don't know if we can find a solution.
Edit.2: You already had this exception some weeks ago, you posted something similar. Are you sure it comes from JavaFX?
Edit.3: JoglNewtAwtCanvas (which uses NewtCanvasAWT) is worth a try as your exception occurs in AWT GLCanvas which is used by JoglAwtCanvas.
Edit.4: You can write a bug report but please provide a test case. I can fix at least the ClassCastException.