Login  Register

Re: Error When Running Example

Posted by gmseed on Sep 13, 2022; 9:09am
URL: https://forum.jogamp.org/Error-When-Running-Example-tp4041851p4041866.html

From the javafx.properties file:

javafx.version=11.0.10-internal
javafx.runtime.version=11.0.10-internal+0-2021-02-03-151839
javafx.runtime.build=0

I also noted the -p option in the Eclipse generated command-line command. This is in fact unnecessary and works on the cmd-line by dropping it; ie:

/usr/lib/jvm/java-11-openjdk-amd64/bin/java --module-path /usr/share/openjfx/lib --add-modules javafx.controls --add-opens javafx.graphics/com.sun.javafx.tk=ALL-UNNAMED --add-opens javafx.graphics/com.sun.javafx.tk.quantum=ALL-UNNAMED --add-opens javafx.graphics/com.sun.glass.ui=ALL-UNNAMED --add-opens javafx.graphics/javafx.stage=ALL-UNNAMED -classpath /home/gmseed/eclipse-workspace/JOGL_JavaFX/bin:/home/gmseed/programming/libs/jogl/jogamp/jogamp-fat.jar org.jogamp.joglojfx.App

However, still not been able to get things to run under Eclipse.

As far as I can tell, the card is:

1:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 640M] (rev a1)