Prev: please help me get started with building a website
Next: Struts 2 advice with displaying a List
From: Dancing Fingers on 23 Apr 2010 04:24 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 24 Apr 2010 08:38 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
|
Pages: 1 Prev: please help me get started with building a website Next: Struts 2 advice with displaying a List |