zsousaContributor9 years agoCan Groovy run an extral program I have a third part executable that accepts parameters. I want to call this program and pass in those parameters through Groovy. but its not executing the file. I found this cool utility called "...Show More
zsousaContributor to nmrao9 years agoThanks I will try itzsousaContributor to zsousa9 years agothat was for windows how about MAC?nmraoCommunity Hero to zsousa9 years agoTry changing first line to: def command = ["/bin/sh", "csvtojson", "/tmp/mydata.csv"] if your shell is bash - use "/bin/bash"Show More
nmraoCommunity Hero to zsousa9 years agoTry changing first line to: def command = ["/bin/sh", "csvtojson", "/tmp/mydata.csv"] if your shell is bash - use "/bin/bash"
Recent DiscussionsCom server permission error on Process.startReuse adapted xml file and send in RESTManaging Failures - New vs. Expected/Known Issues
Related ContentCommunity Champions Program RulesJava.io.IOException - Cannot run program "C:\Program": CreateProcess error=2Choosing programming language