java.lang.NoClassDefFoundError when using JavaFX for playing sound from jar
问题 I want to be able to play sound from mp3 files for which I saw posts recommending the usage of JavaFX. I implemented the MediaPlayer and initialized the JFXPanel and in eclipse, everything works lovely. Yet when I export to a runnable jar, and try running the program, I get the following error message: java.lang.NoClassDefFoundError: javafx/scene/media/MediaException. I presume this is from the exclusion of JavaFX in the newer JRE versions (which I came across during my search to a solution).