Re: JavaFX with Eclipse and JDK9

2016-07-06 Thread Dr. Michael Paus
Am 06.07.16 um 12:05 schrieb Tom Schindl: For what is worth - the problem is that JDT-Beta-Builds are only modules starting with "java.". I've started a thread at jdt-core mailing list [1] - I started working on a patch to also add "javafx." and hope it gets accepted. I keep my fingers crossed.

Re: JavaFX with Eclipse and JDK9

2016-07-06 Thread Tom Schindl
For what is worth - the problem is that JDT-Beta-Builds are only modules starting with "java.". I've started a thread at jdt-core mailing list [1] - I started working on a patch to also add "javafx." and hope it gets accepted. Tom [1]http://dev.eclipse.org/mhonarc/lists/jdt-core-dev/msg02626.htm

Re: JavaFX with Eclipse and JDK9

2016-05-27 Thread Kevin Rushforth
Where did you download it from? What build is it (i.e., what is the output of "java -version")? Can you run "java -listmods" and see whether the javafx.* modules are there? -- Kevin Dr. Michael Paus wrote: I recently tried to get a JavaFX application running with the latest EA build of JDK9