| Author |
Open a file on the desktop
|
Tiju Thomas
Greenhorn
Joined: May 25, 2008
Posts: 22
|
|
|
I have used the com.lowagie API to create a .pdf file in the workspace. How can I open it up in the acrobat reader and show to the user who is inside a swing application?
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8439
|
|
|
If you are using JDK6, check out the Desktop class. It has a convenient method called open(File file)
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Tiju Thomas
Greenhorn
Joined: May 25, 2008
Posts: 22
|
|
|
Unfortunately, my client requires the project to be run on 5.0. Any other go?
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8439
|
|
If you are on Windows, you can use
|
 |
Tiju Thomas
Greenhorn
Joined: May 25, 2008
Posts: 22
|
|
Thanks much Maneesh, I could open the file using the above code.
I have seen the same code somewhere else but was not sure if this was the right way of openning a file through swing.
Anyways, thanks for the help.
|
 |
 |
|
|
subject: Open a file on the desktop
|
|
|