Re: [Announcement] Beatmeter Generator 0.2 (Now with visual beat editing)
Posted: Wed Dec 26, 2018 9:23 pm
Sorry, the command was bullshit, I just copied an example for how to run a new Java 11 application.
To run the beatmeter generator you have todo something like this:
So you have to set the path explicitly. beatmeter-generator.jar should be in the same directory (or specifiy the path).
This works on Linux for JDK 11 and JavaFX 11.
To run the beatmeter generator you have todo something like this:
Code: Select all
java -cp $path_to_javafx/lib/*:beatmeter-generator.jar io.gitlab.sklavedaniel.beatmetergenerator.editor.BeatEditor
This works on Linux for JDK 11 and JavaFX 11.