From: Dancing Fingers on
Hi guys,
I'm working on a JAVA Applet that emails text within the Applet.

Within the Applet's directory is the java.policy.applet:

/* AUTOMATICALLY GENERATED ON Tue Apr 16 17:20:59 EDT 2002*/
/* DO NOT EDIT */

grant {
permission java.security.AllPermission;
};

When I tell the Applet to email I get:

Email Exception java.security.AccessControlException: access denied
(java.util.PropertyPermission * read,write) clicked

Do I need to change the JAVA security in the CLASSPATH or pass
security parameters within the Applet html tags?

Thanks.
Chris
From: Dancing Fingers on
Thanks guys. The applet actually has a keyboard for people with
special needs. I just wanted to give it some functionality. It will
be at http://yougarage.tv/swiper/keyboard.html..
Thanks.
Chris