Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » how to run bash script programmatically from eclipse plugin
how to run bash script programmatically from eclipse plugin [message #593329] Wed, 18 March 2009 14:06
sana is currently offline sanaFriend
Messages: 17
Registered: July 2009
Junior Member
Hi

how can i run bash script programmtically from eclipse plugin.
I tried using java runtime, but it does not work. The script is working
when called from command line or simple java application.

Runtime.getRuntime().exec(new String{"/home/script.sh","param1","param2"});

regards,
Sana.
Previous Topic:Query target platform for a plugin id
Next Topic:How to define a "garage"-folder?
Goto Forum:
  


Current Time: Sat Apr 20 02:59:20 GMT 2024

Powered by FUDForum. Page generated in 0.02208 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top