Re: JOGL in JAVAFX error with jnlp on mac only
Posted by
gouessej on
Mar 20, 2017; 9:18am
URL: https://forum.jogamp.org/JOGL-in-JAVAFX-error-with-jnlp-on-mac-only-tp4037797p4037802.html
I'm not 100% sure but in my humble opinion, it's not the same problem. Do you reproduce this bug with a rudimentary test case under OS X with Java Webstart? Please try this one:
http://jogamp.org/deployment/jogamp-next/jogl-application-version.jnlpI try to determine whether OpenJFX/JavaFX is involved in your bug.
Yes there is nothing new since 2015 as almost nothing has changed in the meantime but we're not to blame as OpenJFX/JavaFX is an Oracle API which is obviously not a part of JogAmp. There is still no public API to interact with some parts of OpenJFX/JavaFX, especially Prism, Quantum and the Glass Toolkit. That's why an equivalent of GLJPanel for OpenJFX/JavaFX cannot be safely created yet.
Is Java Webstart necessary for your project? Maybe there is another solution. I don't think about applets. There's JavaFX native deployment:
http://docs.oracle.com/javafx/2/deployment/self-contained-packaging.htmIf your project is under GPL, feel free to use
JNDT.