I'm starting a new platform application project that will normally be run in GUI mode and sometimes in CLI with --nogui set.
To my surprise, --nogui takes about 20 seconds to finish while starting the GUI and manually closing it takes only 4 seconds. This is for a new empty project with NB15 on Windows and Linux. I'm on par with the steps described in https://netbeans.apache.org/wiki/DevFaqNonGuiPlatformApp.asciidoc#_how_can_i_make_my_netbeans_platform_run_in_gui_or_command_line_mode What can be done to speed up the process? /Patrik