2 messages in com.mysql.lists.javaReading from file does'nt work even a...
FromSent OnAttachments
dushyanth24 Jun 2000 09:06 
Christian Mack25 Jun 2000 21:43 
Subject:Reading from file does'nt work even after signing the jar file with key tool
From:dushyanth (dush@yahoo.com)
Date:06/24/2000 09:06:15 AM
List:com.mysql.lists.java

hi guys,

Iam having an applet which reads from a text file.I signed the applet using keytool and it works fine with an appletviewer but not with netscape.The error iam getting is

----------- No manifest entry this Jar entry. The certificate is not approved for the attempted application. Loading of signatures has failed. netscape.security.AppletSecurityException: security.checkread: Read of file(some file) not permitted.

--------------

what should i do to solve this problem.