
Originally Posted by
ramyareddy
Hi,
sorry for the late reply.
What i am trying to say is, there is an executable file say for example addmember.exe(adds a member to a database and some other stuff...) in a remote system. From my java code i need to invoke the exe file so that it is executed in the remote system and adds a member to a database.
For example:
Process p = Runtime.getRuntime().exec("C:\member\addmember.exe ");
I can use java api like this to run the exe file.Still i need to find out how to run if this file is there on a remote system.
Is there any spring specific ways of doing this, with out using the usual java API.
Thanks for any help.
Thanks,
Ramya.