Starting exernal Program to display pdf etc. [message #105553] |
Thu, 28 February 2008 11:34  |
Eclipse User |
|
|
|
Hi,
I am looking for a method in Equinox or RCP to start a program i.e. to display a PDF. The only thing so far I found is
the class Program in package org.eclipse.swt.program.
There you could do stuff like
import org.eclipse.swt.program.Program;
.....
Program.launch("c:yourdocs.pdf");
.....
And it will bring up Adobe Reader and display that PDF. However for some I don't want to create a depenency to SWT and
fail to see how starting an external program is related to SWT.
Is there any way outside of SWT and Jface to start an external application.
thanks
christian campo
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03988 seconds