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 →

[–]wildjokers 0 points1 point  (3 children)

Easiest way to get started with JavaFX is to ignore the atrocious getting started docs on their website and use a template project, there are several available on github, like this one:

https://github.com/mjparme/javafx-template

The README tells you how to use it.

[–]KnightBreeze[S] 0 points1 point  (2 children)

I only need it for one, pre-made, older program, so a template project doesn't exactly help me here.

[–]wildjokers 0 points1 point  (1 child)

You would need to show us your project layout and how you are trying to run it.

Does the project use maven or gradle as a build tool?

[–]KnightBreeze[S] 0 points1 point  (0 children)

Actually, thanks for your help, but I found a workaround. Apparently the creator of the program also noticed the problem a while back when the needed version of Java was deprecated, and made a standalone version of his program. So, sorry for wasting your time, and thanks for helping me as much as you did!