Page 6 of 6

Re: [Announcement] Beatmeter Generator 0.2 (Now with visual beat editing)

Posted: Wed Dec 26, 2018 9:23 pm
by kerkersklave
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:

Code: Select all

java -cp $path_to_javafx/lib/*:beatmeter-generator.jar io.gitlab.sklavedaniel.beatmetergenerator.editor.BeatEditor
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.

Re: [Announcement] Beatmeter Generator 0.2 (Now with visual beat editing)

Posted: Wed Dec 26, 2018 9:36 pm
by Xity
Oh my god, thank you so much! It worked!!!

:love: :love: :love: :w00t: :w00t:

Re: [Announcement] Beatmeter Generator 0.2 (Now with visual beat editing)

Posted: Wed Dec 26, 2018 9:40 pm
by kerkersklave
Great! Now I just have to make this process a little bit more userfriedly :-D

Oracle is currently making some drastic changes how Java Applications have to be deployed, and I do not want to drop support for the old JDKs just yet, so I have to think about what to do...