Skip to content
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

Missing module information causes compiler error on eclipse. #147

Open
mabiste opened this issue Dec 30, 2024 · 0 comments
Open

Missing module information causes compiler error on eclipse. #147

mabiste opened this issue Dec 30, 2024 · 0 comments

Comments

@mabiste
Copy link

mabiste commented Dec 30, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant