Skip to content

javafx support? #82

@bk322

Description

@bk322

I open java file

https://github.com/openjfx/samples/blob/master/IDE/Eclipse/Non-Modular/Maven/hellofx/src/main/java/org/openjfx/hellofx/MainApp.java

and as soon as I save it -- eclipse.jdt.ls changes

import javafx.stage.Stage;

to

import org.graalvm.compiler.phases.common.NodeCounterPhase.Stage;

After this project won't compile.

What should I do to make it work?

Looks like I forget to do something on importing the project, like caching the pom.xml dependencies. If that so how do I force eclipse.jdt.ls to cache pom.xml dependencies?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions