You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've solved the issue by adding the property org.eclipse.jdt.core.compiler.ignoreUnnamedModuleForSplitPackage=enabled
to .settings/org.eclipse.jdt.core.prefs file
as descriped on this Answer of the previously linked stack overflow question.
The text was updated successfully, but these errors were encountered:
After checking out the validator project on my Eclipse IDE, I've got some compiler errors (such as 'AttributesImpl cannot be resolved to a type').
While searching for a solution, I've found the following stack overflow questions discussing a similar issue:
Eclipse can't find XML related classes after switching build path to JDK 10
I've solved the issue by adding the property
org.eclipse.jdt.core.compiler.ignoreUnnamedModuleForSplitPackage=enabled
to
.settings/org.eclipse.jdt.core.prefs
fileas descriped on this Answer of the previously linked stack overflow question.
The text was updated successfully, but these errors were encountered: