Re: Missing package com.sun.javafx.runtime

2019-10-31 Thread Kevin Rushforth
This package has a single class that is generated at build time. Run "gradle sdk" and you should see it here: modules/javafx.base/build/gensrc/java/com/sun/javafx/runtime/VersionInfo.java -- Kevin On 10/31/2019 2:25 PM, Nir Lisker wrote: Hi, Eclipse reports an error on javafx.base/src/main/

Missing package com.sun.javafx.runtime

2019-10-31 Thread Nir Lisker
Hi, Eclipse reports an error on javafx.base/src/main/java/module-info.java line 79: The package com.sun.javafx.runtime does not exist or is empty. Indeed I can't find the package [1]. How is the build passing? Or am I missing something? - Nir [1] https://github.com/openjdk/jfx/tree/master/mod