zsousaContributor10 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 nmrao10 years agoThanks I will try itzsousaContributor to zsousa10 years agothat was for windows how about MAC?nmraoCommunity Hero to zsousa10 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 zsousa10 years agoTry changing first line to: def command = ["/bin/sh", "csvtojson", "/tmp/mydata.csv"] if your shell is bash - use "/bin/bash"
Recent DiscussionsReadyAPI 3.62.0 JDBC connections failingSolvedReadyAPI 3.62.0 - com.jcraft.jsch.JSchAlgoNegoFailException: Algorithm negotiation failSolvedReadyAPI 3.62.0 - org.springframework.jdbc.BadSqlGrammarExceptionSolved
Related ContentJava.io.IOException - Cannot run program "C:\Program": CreateProcess error=2Choosing programming languageCan we do descriptive programming