validator icon indicating copy to clipboard operation
validator copied to clipboard

Missing module information causes compiler error on eclipse.

Open mabiste opened this issue 10 months ago • 0 comments

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 file as descriped on this Answer of the previously linked stack overflow question.

mabiste avatar Dec 30 '24 10:12 mabiste