On Thu, 7 Jul 2022 20:20:00 GMT, Nir Lisker <nlis...@openjdk.org> wrote:
> In addition, now I'm getting an error on apps/samples/3DViewer: The type > java.lang.Class cannot be resolved. It is indirectly referenced from required > .class files This PR does not fix apps/ project. In fact, I think .project in apps/ should be removed, and instead we should create individual projects, either for a group (i.e. samples, toys), or for each application (i.e. Robot, 3DViewer). This work depends on the cleanup. We could probably do it in a separate bug. What do you think? ------------- PR: https://git.openjdk.org/jfx/pull/804