Unable to open "new FXMLDocument" in JavaFX

avridhe -  
xHaMaz Posted messages 123 Registration date   Status Member Last intervention   -

When I try to create a new FXML document, I receive the following message:

org/eclipse/jface/databinding/swt/WidgetProperties

Upon opening the "Workspace Log," I see:

Problems occurred when invoking code from plug-in "org.eclipse jface"

I found this plug-in in the "install new Software...." section, and I am unable to either remove or uninstall it.

This is under Eclipse 2022-12 and Java 19.0.2

Thank you for coming to my rescue.

1 answer

xHaMaz Posted messages 123 Registration date   Status Member Last intervention   18
 

Hello,

Try cleaning your project: click on "Project" -> "Clean". Select your project in the dialog box that appears, check the box "Clean all projects" and click on "OK".

Try reinstalling the plug-in: in the Eclipse menu bar, click on "Help" -> "Eclipse Marketplace". Search for "org.eclipse.jface.databinding.swt.WidgetProperties" and reinstall it.

Try manually removing the plug-in: In the Eclipse menu bar, click on "Help" -> "Install New Software". In the dialog box that appears, click on "What is already installed?" to see a list of all installed plug-ins. Find "org.eclipse.jface.databinding.swt.WidgetProperties" and click on "Uninstall". If that doesn't work, try deleting the plug-in directory from the "plugins" folder in your Eclipse installation.

0