View Single Post
  #1 (permalink)  
Old 05-13-2008, 09:17 AM
nareshnettem nareshnettem is offline
Member
 
Join Date: May 2008
Posts: 2
nareshnettem is on a distinguished road
Reading Client Windows Registry through browser
Hi,

I am trying to read the Client Windows Registry by using an applet but it is throwing the following error in java console

java.security.AccessControlException: access denied (java.io.FilePermission <<ALL FILES>> execute)
at java.security.AccessControlContext.checkPermission (Unknown Source)
at java.security.AccessController.checkPermission(Unk nown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkExec(Unknown Source)
at java.lang.ProcessBuilder.start(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at RegQuery1.start(RegQuery1.java:63)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Is there any other approach to read the client Registry entrys other than applets?

please do the needful.

thanks in advance

regards,
Naresh.
Reply With Quote
Sponsored Links