JavaFX project not compiling into .jar
it’s my first time compiling a javafx (or a program at all) into .jar, my problem is the following:
Can’t run the JavaFX jar file to play music with the MediaPlayer
I’m making a simple game for my programming class, using JavaFX. Everything runs fine when I try it in Intelij, but when I try to export it to a jar file, I run into an error.
JavaFX: create a runnable jar manually by creating a zip file
I’m trying to create a runnable JavaFX jar.