-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bundle 'org.jsoup' cannot be resolved #643
Comments
I'm using Eclipse Java 2021-03 with the following installed software:
After starting Eclipse with an empty workspace and doing the following steps, I had no errors and 797 warnings in my Problems tab (note I had imported the projects before so they already had .project files):
I had to additionally install the Xtend IDE from the Marketplace Client to get the same look as your screenshot since that software wasn't part of Eclipse Java originally, but there still were no errors even after restarting Eclipse and reopening the xtend file. |
A clean install of Eclipse to 2021_03 and the SADL project worked. The question is what fixed it: upgrading Eclipse or reinstalling from scratch. I will try reinstalling 2020_12 and SADL from scratch when I have a chance. Are there any upgrade requirements for Dev install or User (SADL plugin) install? |
SADL's target platform is Eclipse 2020-12. Dev installs (importing SADL projects into an Eclipse workspace) can succeed in both Eclipse 2020-12 and 2021-03. Even if the installed Eclipse platform is different than the target Eclipse platform, the errors will go away after you set the Eclipse workspace to the SADL projects' expected target platform. User installs (installing the SADL plugin into Eclipse) will succeed in Eclipse 2020-12 and may succeed in Eclipse 2021-03 as long as you don't have a conflicting Xtext SDK installed/required by other software. If you want to use Eclipse 2021-03, you're safer using Eclipse Java 2021-03 than Eclipse DSL 2021-03, which already has a newer Xtext SDK installed. |
I suddenly got this error out of the clear blue, unclear why it suddenly appeared. I reloaded the platform, did a Maven update project on all projects, then ran a Maven clean followed by a Maven install and the problem disappeared. |
Did a pull today and built successfully on the command line. But in Eclipse, I can't make the jsoup error go away.
The text was updated successfully, but these errors were encountered: