Is there way to import static methods from a non-package class?
Zemian Deng
Greenhorn
Joined: Jun 12, 2007
Posts: 21
posted
0
Hello,
I have a class that doesn't have package name(default to .) with many static methods. I can't seem to import these without hitting compiler error. The only solution I have is to add a package declaration to the class. Is there a way to do it without it?