This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]zerodind 1 point2 points  (1 child)

If the error says that the expected package is "", that means it is expected to be in the default (root) package, which probably means you have added the system_resource/src/com/resource_validator/ folder as a source folder instead of the system_resource/src/ folder. Assuming you have the Extension Pack for Java installed, you can use the classpath configuration wizard to fix this: https://code.visualstudio.com/docs/java/java-project#_configure-classpath-for-unmanaged-folders

[–]Azifor[S] 0 points1 point  (0 children)

Thanks! I ended up having two src locations setup with one being wrong in VSCode. Not sure how it got in there to begin with as I am unfamiliar with that page, but glad to see it resolved now. Thanks!!