|
Applet Manifest file
Hi
I looked on the web on how to digitally sign my applet. I read that i need to put it in a jar file and sign the jar file. then ref it in the archive tag in the html code.
I've created a keystore. The problem is with the .jar
I've created the jar - but when i try to run it i get a "failed to load Main-class Manifest attribute from <jar location>"
i probably need to put the main class location in the manifest file - but my applet has no main class? How do i get around this - or more importantly - do i need to get around this?
Thanks for all the help,
Kevin
|