I made my first Javafx Application in IntellIJ IDEA it runs perfectly but i have a problem.
I can\'t make an executable jar for this Application. To be more explicit whe
It's a known issue. You can type the fully qualified class name manually as the workaround (foo.bar.MyClass).
foo.bar.MyClass