weird import statement problem
Hi
I have a strange problem with an application I just developed. Once compiled, if I try to run it on another machine other than the one I developed on, I get a NoClassDefFoundError relating to a class that I did not use. I look at the class file (in a decompiled state) and there is an import statement in there that is not in the source file!! Can anyone tell me why this might have happened?
the import is a symantec class/package I have never used to my knowledge at all and yet it shows up in the binary class file after compilation.
Thanks for any suggestions.

