How do I import a class I wrote in a different file? All my classes are under the same package.
First off, avoid using the default package.
Second of all, you don't need to import the class; it's in the same package.