A
A
Artem Soshnikov2016-11-24 16:30:14
Java
Artem Soshnikov, 2016-11-24 16:30:14

Slow start javafx GUI application, how to speed up?

Any even the simplest application of two buttons on javafx starts in about 2-3 seconds. (Win, Ubuntu)
A simple mono application in ubuntu starts many times faster and is comparable in speed to c++ applications (qt)
What are the ways to make JavaFX start up faster?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Alexandrov, 2016-11-24
@artem90

- Try running with "-Djavafx.autoproxy.disable=true"
- Try "JavaFX-Feature-Proxy: None" in the manifest
- Java FX is almost like graphics in a browser, imagine how long it takes to load, run, render the GUI.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question