-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Description
I open java file
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
Labels
No labels