Date: Sun, 06 Jun 1999 14:44:37 -0700
From: Chandrakant Yemparala <chandry@running-start.com>
To: java-security@java.sun.com
Subject: Problems with jar files when usigng signed applet
Hi,
I have to actually add the class to the jar file when signing the
applet I have. The applet class have inner classes suppose the class
name is test.class I have inner classes like test$1.class test$2.class.
The problem is that the jar command is not including the inner classes.
I just added all the class files but only the test.class is found in the
jar file. The applet is not loading at all. There are no security
exceptions, other exceptions or runtime errors,(just a blank window) So
I concluded that it is due to the fact the inner classes are not listed
in the jar file.
Due you please give me more information regarding this or is there any
problem with the jar tool
thanks
chandrakant