Re: Compiling using javac

2018-10-09 Thread Abhinay Agarwal
Hi Graham, Its really difficult to help without checking out the failing command first. Could you reply back with the "javac" command you are trying to execute, along with the stacktrace? -- Abhinay From: openjfx-dev on behalf of Graham Norris Sent: Tuesday,

Re: Compiling using javac

2018-10-09 Thread Graham Norris
** Reply to message from Michael Paus on Tue, 9 Oct 2018 15:47:29 +0200 Thank you, I'd already found this, but it isn't exactly "documentation." Also, it is for Linux (Windows doesn't have export,) but I have put the path directly on the --module-path option, which should be equivalent for this.

Re: Compiling using javac

2018-10-09 Thread Michael Paus
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: 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

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'