Hi Holger, > It collects all libraries, the project is depending on (thats good!) and > the > java runtime libraries e.g.: > COM.rsa.asn1.SunJSSE_b0.class ... The package starts with capital "COM."! > All further packages starting with standard lower letter names as > "com.sun.mail...." are converted to "COM.sun.mail..."! Probably this is, > why > windows file system doesnt distinguish.
AFAIK the package COM.rsa.... comes from a standalone JSSE release that was optional for older JDKs; it is contained in the standard JDK/JRE at least since 1.4. Have you checked whether you have a dependency to this package somewhere in your build? Cheers Thorsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
