So there\'s a folder /usr/share/stuff in the root directory
/usr/share/stuff
in stuff there are a bunch of java files with package org.name definitions at t
package org.name
I had the exact same problem when manually compiling through the command line, my solution was I didn't include the -sourcepath directory so that way all the subdirectory java files would be compiled too!