View Single Post
  #3 (permalink)  
Old 05-30-2008, 10:39 PM
proud2bhaole proud2bhaole is offline
Member
 
Join Date: May 2008
Posts: 3
proud2bhaole is on a distinguished road
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
Reply With Quote