I want to be able to use import or at least overcome the compilation problem in some way I am currently having given that I have a 2 files in the default package (hmk requirement) and one has a class the other has a class as well as a main. Right now the file with the main seems unaware of the other file at least as far as eclipse is concerned. import [otherfilenameWithout.java]
doesn't seem to work.
I did see this but it seem like these answers are in regard to accessing from a non-default package to the default package. I could be wrong though.