I have an application that I wrote, using JavaFX, that runs normally on Windows and Linux. On OSX, however, the application starts (is listed in the process list), but the GUI never appears. It is launched from another application that ensures that it is up to date, using the standard convention of "java -cp <all of the required libraries, including the jfxrt.jar> <main-class> <args>"
Is there something I'm missing that OSX needs to make JavaFX work correctly?