run adobe file
Hi All,
I used the following code to run acrobat file
Runtime.getRuntime().exec("c:\\program files\\adobe\\reader 7.0\\reader\\acrord32 /p /h" + tempFile);
Here tempFile = "c:\abc.pdf"
But it gives IOException.
Could any one help me?
Is my code correct to run the pdf file.?
I located the adobe in the following location :
C:\Program Files\Adobe\Acrobat 7.0
Thanks in advance.
Message was edited by:
p.v.k.k

