In Intellij I added a class Geometry.class
as library root file (via project-structure/modules/dependencies
) and it totally worked out for my inheriting class Volume.java
in the default package.
Now after moving the Volume down into a package blatt03
it cant find Geometry anymore.
Do you guys know why thats the case? Normally the library shouldn't be available only to the default package, right?
I already tried Invalidate cache and restart.