Basically I have few files in one package in every one of them I worte:
"pack preyPackage;"
And I have some .jar file that I try to use. So I drag it into the oracle compiler, but I still couldnt use it. But if I delete the row:
"pack preyPackage;"
from each .java I able to use that .jar file.
my question is how can I still use that .jar file and package's all that other files..
Picture that shows the problem:
http://hwzone.co.il/community/index....ch=92107;image
Thanks.