So there's a folder /usr/share/stuff in the root directory
in stuff there are a bunch of java files with package org.name definitions at the top
I am running javac test.java where test.java is in a subdomain
I added /usr/share/stuff to my class path.
and at the top of test.java I add import org.name
But I get a package does not exist error...why?