Re: Compiling using javac

2018-10-11 Thread Graham Norris
jdk-11" > > set PATH_TO_FX="C:\Program Files\Java\javafx-sdk-11\lib" > > %JAVA_HOME%\bin\javac --module-path %PATH_TO_FX% > > --add-modules=javafx.controls HelloFX.java > > %JAVA_HOME%\bin\java --module-path %PATH_TO_FX% > > --add-modules=javafx.controls

Re: Compiling using javac

2018-10-10 Thread Graham Norris
** Reply to message from "Graham Norris" on Wed, 10 Oct 2018 10:29:06 +0100 Correction to previous test (omitted ".java":) D:\pbmdev>dir HelloFX.java&set PATH_TO_FX&dir %PATH_TO_FX%javafx.*&javac --module-path %PATH_TO_FX% --add-modules=javafx.controls

Re: Compiling using javac

2018-10-10 Thread Graham Norris
th the "javac" command you are trying to execute, > along with the stacktrace? > > -- Abhinay > ________ > From: openjfx-dev on behalf of Graham > Norris > Sent: Tuesday, October 9, 2018 9:39 PM > To: openjfx-dev@openjdk.java.net > Subject

Re: Compiling using javac

2018-10-09 Thread Graham Norris
borne out by the fact that the compile fails immediately rather than churning out dozens of errors as it tries to compile things. Graham. > The documentation you are looking for can be found here: > https://openjfx.io/openjfx-docs/ > > Am 09.10.18 um 15:32 schrieb Graham Norris: > &g

Compiling using javac

2018-10-09 Thread Graham Norris
I have an existing Java application which uses JavaFX. It is currently compiled (on Windows) and working using Oracle's Java 10 JDK. I am now trying to get it to compile using OpenJDK 11 and OpenJFX 11, and failing miserably! I use the JDK's command line tools to compile the application and haven'