Eclipse is not recognizing project CSS with Javafx

Asked

Viewed 263 times

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?

2 answers

1


I updated my version of the eclipse and solved it. Later it gave the same problem again. The solution I found was to switch from IDE or edit the CSS by hand for text editing documents. Thank you to everyone who gave suggestions!

1

Try removing this plugin and then adding it again. You can remove by going on option:

Help -> Eclipse Marketplace -> Installed

Here will be shown all installed plugins and a remove button.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.