this work for me under ubuntu
@Component
private ActionLink callExec;
@OnEvent(component = "callExec", value = EventConstants.ACTION)
private void onActionFromCallExec()
{
try
{
String line;
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
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
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