File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes opening a word doc Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "opening a word doc" Watch "opening a word doc" New topic
Author

opening a word doc

raghu ram
Greenhorn

Joined: Sep 25, 2006
Posts: 8
i want to open a word doc by clicking on a submit button from a mentioned file path
Ken Blair
Ranch Hand

Joined: Jul 15, 2003
Posts: 1078
And what is your question? Give us a specific question, show us your work so far. Just telling us you want to do this and providing nothing else isn't likely to get a good response.
ravindra patil
Ranch Hand

Joined: Sep 01, 2006
Posts: 196
you can use Runtime interface's getRuntime() method to carete its object
and use exec() methos of it which returns Process object mentioned your path in that method argument
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: opening a word doc
 
Similar Threads
Uploading a text file to a blob in MySql, then downloading that file to local file system
Reading word document
Read Word/PDF
SCBCD Preparation Methodology
Viewing MS Word Docs using a Servlet