Hi,
i have written a Common Operation java code which reads values from a text file . When this code is executed outside WM environment it works fine. When it run from WM enterprise server if says acess denied (java.io.FilePermision )
error. i have set the access in the java.policy file of
c:/wment41/java/jre/lib/security folder as
permission java.io.FilePermission “file:$c:/wment41/classes/-”,“read,write”.
Still i get the same error, Can any one help me in this ,suggesting which is the policy file, i need to set this permission.
Thanks
Murali