Hi!,
I need to open a file in format PDF from my application, which it is programed on Java Studio Creator.
So, I already tried this:
//code
Runtime.getRuntime().exec("gpdf file.pdf");
//code
where gpdf is a PDF viewer on LINUX.
But it did nothing
Can you help me?
THANKS IN ADVANCE!!!!
Bill Tschumy - 14 Jan 2005 19:44 GMT
> Hi!,
>
[quoted text clipped - 11 lines]
>
> THANKS IN ADVANCE!!!!
Try specifying the full path to gdpf. When using the exec command you do not
necessarily get the same PATH variable as on your command line.

Signature
Bill Tschumy
Otherwise -- Austin, TX
http://www.otherwise.com