aspose file tools
The moose likes Threads and Synchronization and the fly likes How to start a MS office application from inside the Java application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "How to start a MS office application from inside the Java application" Watch "How to start a MS office application from inside the Java application" New topic
Author

How to start a MS office application from inside the Java application

Pratik Khetia
Ranch Hand

Joined: Jun 29, 2001
Posts: 50
Hi,
I am designing a FTP program where the client should receive the file automatically and also open that file with the assosiated application.
For e.g.,
if there is *.doc file then it should start winword
if there is *.ppt file then it should start Power Point
if there is *.xls file then it should start MS Excel

How do I do that ?
thanks
Pratik
Jim Baiter
Ranch Hand

Joined: Jan 05, 2001
Posts: 532
Check out bridge2java, you may be able to use that and it's free anyway:
http://www.alphaworks.ibm.com/tech/bridge2java
Peter den Haan
author
Ranch Hand

Joined: Apr 20, 2000
Posts: 3252
This doesn't appear to be related to threads; the folks in Java in General (Intermediate) will probably be happy to throw themselves at this problem
- Peter
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to start a MS office application from inside the Java application
 
Similar Threads
Accessing MS Access Database , please help .......
How to start a MS office application from inside the Java application
How to start any application from a java program
Let Windows start up the application, registered with a file type
User Documentation