Applet Deployment

Sorry in advance but I don’t think this has anything to do with JGo but I’m hoping that someone here may have some experience with this. I have an applet that uses JGo but also uses web services. When the applet tries to load I get the following error. It is compiled as a single jar file which pulls in JGo and axis.
java.lang.SecurityException: no manifiest section for signature file
entry…
I am assuming that the signing checks don’t match after the new archive is created. Anyone know a work around for this?
TIA

Don Miller

I don’t know for sure, but I would think that it wasn’t really a problem of mismatched digests after signing, but just that the manifest file isn’t complete. Have you checked the manifest file to make sure it contains entries for everything, especially the JGo and whatever other external class files that you are trying to include in the single JAR file?