File Permission problem EJB in J2EE application
Dear all,
I have tried to use the method File.delete() to delete a file. However, when I call this method in my EJB, I got the the exception "access denied [FilePermission abc.txt delete], can I delete a file using EJB in J2EE or use JSP to delete files?
Please help me, thank you

