Re: Runtime.exec()

2011-08-25 Thread Sven Homburg
this work for me under ubuntu @Component private ActionLink callExec; @OnEvent(component = "callExec", value = EventConstants.ACTION) private void onActionFromCallExec() { try { String line;

Re: Runtime.exec()

2011-08-25 Thread daoudja
i already did that it's /usr/local/bin/pdf2swf more precisely i did this Process process = Runtime.getRuntime().exec(getExecutablePath() + " " + getArguments(output) ); public String getExecutablePath() { return "/usr/local/bin/pdf2swf"; } public S

Re: Runtime.exec()

2011-08-25 Thread Sven Homburg
25 daoudja : > hello i want to make a Runtime.exec("pdf2swf namefile.pdf"); when i do that > out of tapestry it work's fine but  within tapestry  normally i should find > somewhere the file named namfile.swf but i don't find anything on my > computer > Any ideas ? &g

Runtime.exec()

2011-08-25 Thread daoudja
hello i want to make a Runtime.exec("pdf2swf namefile.pdf"); when i do that out of tapestry it work's fine but within tapestry normally i should find somewhere the file named namfile.swf but i don't find anything on my computer Any ideas ? -- View this message in conte