6
My project with Javafx simply stopped recognizing my . css and the following error appears:
An error has occurred. See error log for more details.
java.lang.NullPointerException
In error log appears the following:
Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
java.lang.NullPointerException
at org.eclipse.ui.part.PageBookView.showPageRec(PageBookView.java:994)
at org.eclipse.ui.internal.console.ConsoleView.showPageRec(ConsoleView.java:171)
at org.eclipse.ui.part.PageBookView.partClosed(PageBookView.java:809)
at org.eclipse.ui.internal.console.ConsoleView.partClosed(ConsoleView.java:139)
at org.eclipse.ui.part.PageBookView$4.partClosed(PageBookView.java:1086)
at org.eclipse.ui.internal.WorkbenchPage$23.run(WorkbenchPage.java:4966)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.WorkbenchPage.firePartClosed(WorkbenchPage.java:4963)
...
Does anyone know how to solve this? I wish I could edit the css by the eclipse itself...
Your Eclipse is updated in the latest version?
– rodorgas