Hi there,
I wanted to use NetBeans so I installed it via App Center.
I started creating a new project: New project -> Java with Maven -> Javafx Application,
it asked me to install the missin Javafx plugin and so I did (automatic procedure of Netbeans)
but after creating the project I got a lot of errors like :
- “javafx.application does not exist”
- “javafx.fxml does not exist”
- “javafx.scene does not exist”
and many more like this… one per every Jvafx component.
Then I typed java
in the terminal and got the message “java command does not exist”, so I downloaded jdk-12.0.1 and extracted it into a directory ./dk-12.0.1
, setted the $JAVA_HOME
to point to that directory but still nothing.
Any idea? Thanks a lot