I have a problem importing an existing project.
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
The error: The import javafx cannot be resolved.
I use Java 8 OpenJDK amd64 as the JRE System Library. Also i have no idea which version of java the primary version had if you would refer to this solution. I use the newest version i can.
Any ideas?
Thanks