Why is my JavaFX application startup so slow?

Viewed 5889

My JavaFX applications always start much slower than Swing applications. Much slower than what is acceptable for a little application.

Is this 'normal' or do I have to make changes somewhere?

EDIT: I heard about some proxy issues that may affect the startup time of JavaFX apps, but I'm not sure how to debug this.

1 Answers
Related