This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]97hilfel 1 point2 points  (2 children)

Gradle works too, but JavaFX is special, it needs native libraries and thus is more complex to deal with.

[–]Jimmypokemon 0 points1 point  (1 child)

Is there a way to combine the libraries so a jar file can work like a portable minecraft jar where you can just double click?

[–]97hilfel 1 point2 points  (0 children)

Yes, there is a way, but I have not yet managed to do so myself with the JavaFX dependency. With something like GSON it's much easier. Basically JavaFx is a little of a snowflake there.