Java Package Does Not Exist Error
Are they in the right subdirectories? If you put /usr/share/stuff on the class path, files defined with package org.name should be in /usr/share/stuff/org/name. EDIT: If you don’t already know this, you should probably read this doc about understanding classpath. EDIT 2: Sorry, I hadn’t realised you were talking of Java source files in /usr/share/stuff. Not only they need to be in the … Read more