Is there a way to specify the exact classpath in an Eclipse project without using the pretty GUI? My build path is setup correctly, but of all things, Eclipse doesn't seem to know to look for my own classes within the default package @_@
I'd use Ant and textpad *yum*, but this is for an Eclipse plugin.
You can edit the .classpath file, but I've never had a problem with writing stuff in the default package with Eclipse. This implies to me that you have something else screwed up. Check that Eclipse knows the correct source and build directories, you've refreshed the project to take into account any changes made outside of Eclipse, etc..