Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

eclipse build problem

when I try to build my Eclipse project, I get the following error message:

The type org.eclipse.swt.widgets.Composite cannot be resolved. It is indirectly referenced from required .class files

Can anybody help me to solve this problem? The Java-Build-Path contains the Plug-in-Dependencies-Library and org.eclipse.swt... is listed there.

I didn't have the problem last week (though nothing should have changed in the meantime). But it's not the first time that I get this typ of error...

like image 849
Antje Janosch Avatar asked May 18 '26 02:05

Antje Janosch


1 Answers

Finally, I could solve the problem with creating a new workspace and importing my project.

like image 63
Antje Janosch Avatar answered May 21 '26 00:05

Antje Janosch