OK so I got interested in working with "junocam" images (shots of Jupiter) that half to be processed .
I found a Java applet that will do the first part of assembling the RAW strip images into a set of GRB shots that then get layered on to one another but I cant get it to run.
the person that made the .jar file said it works as expected on his linux manajro install but is getting the same error as me on a Ubuntu-18.04 VM
the error is
the openjfx is installed as well (and is a requirement) .
any thoughts?
VINNY
I found a Java applet that will do the first part of assembling the RAW strip images into a set of GRB shots that then get layered on to one another but I cant get it to run.
the person that made the .jar file said it works as expected on his linux manajro install but is getting the same error as me on a Ubuntu-18.04 VM
the error is
Code:
vinny@vinny-bonox8:~/Downloads/IMG-proc$ java -jar JunoProcessor.jar Error: Could not find or load main class junogui.Main Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
any thoughts?
VINNY
Comment