Missing package com.sun.javafx.runtime
Kevin Rushforth
kevin.rushforth at oracle.com
Thu Oct 31 21:30:02 UTC 2019
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/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/modules/javafx.base/src/main/java/com/sun/javafx
More information about the openjfx-dev
mailing list