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.

[599 byte] By [stcampbe] at [2007-9-26 4:03:38]
# 1
Have you used any Symantec product to develop your application? Maybe the produt inserted some "proprietary" packages or classe in your import statementes
rodrigol at 2007-6-29 13:01:18 > top of Java-index,Archived Forums,Java Programming...
# 2
I did use Visual Cafe during parts of the development but I have never imported anything like what is in the class file. I assumed it was VC that was doing it but wasn't sure.Thanks.
stcampbe at 2007-6-29 13:01:18 > top of Java-index,Archived Forums,Java Programming...