Friday, July 2, 2010

Re: Running a .exe file from server side code

Disable Google App Engine in eclipse, delete all GAE jar files from your classpath and then retry. GAE does not allow you to write or execute files.
--Sri


On 2 July 2010 07:58, Rajesh <rajesh045@gmail.com> wrote:
Hi,
I am trying to call a .exe file using server side code.However I keep
getting this error:

error===access denied (java.io.FilePermission <<ALL FILES>> execute).

I even tried to change the security permissions of the file  by
changing the java.policy file but it still gives the same error.I have
also tried to place it under /war/WEB-INF but in vain.
Can someone help me with this?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment