0

Is it possible too call bash script from java ? and get, set and assign from netbeans in the past we scripted with putty.

if true where can I learn more about it ? Any information would be awesome

LeRoy
  • 4,189
  • 2
  • 35
  • 46
  • `Is it possible...` ==> -1. `where can I learn more...` ==> -1. Have you read the [help](http://stackoverflow.com/help) yet? – devnull Oct 01 '13 at 14:37
  • Well you could simply LOOK FOR the answer. There were some here: http://stackoverflow.com/questions/16825001/running-a-bash-command-from-within-a-java-program http://stackoverflow.com/questions/4890175/how-do-i-execute-bash-commands-and-collect-the-output-from-java http://stackoverflow.com/questions/13707519/running-a-bash-shell-script-in-java – Eel Lee Oct 01 '13 at 14:39

1 Answers1

0

You could use ProcessBuilder

(there were many similar questions...)

Eel Lee
  • 3,513
  • 2
  • 31
  • 49