Megan6__6_7 not working on Ubuntu 14.04

Hello Megan users,
Because biom 0.9.1 file was not recognised, I updated Megan5 to Megan6_6_7 (MEGAN_Community_unix_6_6_7) on Ubuntu 14.04 but it doesn’t work:
There was no error message during the installation (apparently).
When launching the Megan icon blinks for few seconds then disappear.
When trying to execute by the terminal: sh ./MEGAN nothing append (no error message)
java -version gives: OpenJDK Runtime Environment (build 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13)
OpenJDK 64-Bit Server VM (build 25.121-b13, mixed mode)
I also try to install libgtk2.0-0
But still the same.
Help me please.
Thank you greatly
Patrick

ok I found the error.log file:
MEGAN fatal error:
java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel
Caught:
java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel
at megan.main.Megan6.main(Megan6.java:47)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:65)
at com.install4j.runtime.launcher.UnixLauncher.main(UnixLauncher.java:57)
Caused by: java.lang.ClassNotFoundException: javafx.embed.swing.JFXPanel
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
… 7 more

Resolved: openjfx is not installed by default in OpenJDK 1.8.0
do
sudo apt-get install openjfx

Enjoy Megan :slight_smile: