I downloaded the MEGAN6 ultimate edition version for linux and I am attempting to run it on an AWS node. I’ve installed the dependencies recommended in the user guide, but I’m still generated a fatal error:
MEGAN fatal error:
java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel
The output of java -version that I generate is below:
openjdk version "1.8.0_45"
OpenJDK Runtime Environment (Zulu 8.7.0.5-linux64) (build 1.8.0_45-b14)
OpenJDK 64-Bit Server VM (Zulu 8.7.0.5-linux64) (build 25.45-b02, mixed mode)
I’ve spent a long time checking installations of openjdk and openjfx, both of which seem to be installed. If you could recommend trouble-shooting steps for this kind of fatal error, I would really appreciate it! It seems others have posted on this issue as well, without any reply.