java.lang.RuntimePermission modifyThread)
Hi all,
i am calling a java class from javascript through (dwr library). the javascript call initiates the right class but during the processings. the follow error messages comes.
java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThread)
although i have entered the followed lines in the policy file.
permission java.lang.RuntimePermission "queuePrintJob";
permission java.lang.RuntimePermission "modifyThread";
permission java.io.FilePermission "<<ALL FILES>>", "read, write";
this does stop the modifyThread problem but file permission error still comes up..
i would be grateful, if someone can let me know the solution please
zaman

