I have the following problem:
I installed e (fx) clips in Eclipse to enable JavaFX compatibility. He correctly created the following:
- CSS and FXML files linked to the correct editor (from "file associations")
It does not work correctly because it lacks the following:
- It shows
Unknown property: -fx-.... for every entry in my CSS. - It does not autocomplete in both FXML and CSS files.
- It continues to show:
The controller 'someController' has no field 'someField' , and the fields are run in the controller.
What I already tried to fix:
- Added JavaFX SDK for project libraries.
- Check the installed Eclipse software section, but all the e (fx) clip packages are installed correctly.
- Created a new JavaFX project from scratch.
This did not fix the problem. I think this is due to the addition of the library, because when I add the JavaFX SDK and click Next, I get the blanco screen and I need to click Finish. When I do this, it only adds org.eclipse.fx.ide.css.jfx8 . Is this just normal or should there be more packages?
I am using Eclipse Luna 4.4.1 and Java JDK 8u40.
Any help is much appreciated!
source share