Re: Building and using a debug build of openjfx as the default JavaFX for development

2014-03-10 Thread Stephen F Northover
Thanks John. See also: https://wiki.openjdk.java.net/display/OpenJFX/Using+an+IDE There are several tricky issues around building, running and debugging OpenJFX from within an IDE. The most important thing is to run the code in the IDE rather than jfxrt.jar and the shared libraries that

Building and using a debug build of openjfx as the default JavaFX for development

2014-03-09 Thread Kay McCormick
Hi everyone, I've successfully built openjfx. My overall goal is to be able to step through the openjfx code. I have the Oracle JDK installed - do I need to use OpenJDK instead? How would I go about making sure the build produced has debug information and using it for javafx application