how to open an application like word,excel,adobe indesign,xml using java

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Oct 2007
Posts: 85
Reputation: hidash_in has a little shameless behaviour in the past 
Solved Threads: 0
hidash_in's Avatar
hidash_in hidash_in is offline Offline
Junior Poster in Training

how to open an application like word,excel,adobe indesign,xml using java

 
0
  #1
Dec 5th, 2007
hi all,
i cant able to open some applications like word,excel,adobe indesign,xml through java.
and i used Runtime.getexec(); code but here when we run the program the application is automatically opening. i dont need to open on execution of the program. and also at the same time i want to close the application through java program. if anybody knows the solution pls send the code.
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 799
Reputation: darkagn has a spectacular aura about darkagn has a spectacular aura about darkagn has a spectacular aura about 
Solved Threads: 110
darkagn's Avatar
darkagn darkagn is offline Offline
Master Poster

Re: how to open an application like word,excel,adobe indesign,xml using java

 
0
  #2
Dec 5th, 2007
I'm sorry hidash_in but this is the second time you've posted this question and I'm still not sure what you are trying to do. Do you mean that you want a program written in java that opens another application (like word) and then quit the original java program? If that's the case then I don't really understand the point...
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 85
Reputation: hidash_in has a little shameless behaviour in the past 
Solved Threads: 0
hidash_in's Avatar
hidash_in hidash_in is offline Offline
Junior Poster in Training

Re: how to open an application like word,excel,adobe indesign,xml using java

 
0
  #3
Dec 5th, 2007
ya,
i am working in java platform. i want to open any application through java program.is there any java code for do this. tell the solution for this query pls.
Reply With Quote Quick reply to this message  
Join Date: Feb 2006
Posts: 2,445
Reputation: masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of 
Solved Threads: 261
Moderator
masijade's Avatar
masijade masijade is offline Offline
Nearly a Posting Maven

Re: how to open an application like word,excel,adobe indesign,xml using java

 
0
  #4
Dec 5th, 2007
If your using Java 6 look at the Class Desktop. (As long as you are not still attempting to start an application on the server in a Servlet/JSP and get it to appear on the client, you've been told often enought that that won't work.)
Java Programmer and Sun Systems Administrator

----------------------------------------------

Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 85
Reputation: hidash_in has a little shameless behaviour in the past 
Solved Threads: 0
hidash_in's Avatar
hidash_in hidash_in is offline Offline
Junior Poster in Training

Re: how to open an application like word,excel,adobe indesign,xml using java

 
0
  #5
Dec 5th, 2007
thanks masijade,
but i need the clear solution, pls say can i open any application file through java for read and write. tell me a clear solution.
Reply With Quote Quick reply to this message  
Join Date: Feb 2006
Posts: 2,445
Reputation: masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of 
Solved Threads: 261
Moderator
masijade's Avatar
masijade masijade is offline Offline
Nearly a Posting Maven

Re: how to open an application like word,excel,adobe indesign,xml using java

 
0
  #6
Dec 5th, 2007
Well read the API doc for the class I told you, then you tell me. God, that doc spells it out pretty clearly. Take two minutes of your own time to read the docs (rather than hours of your time and mine posting questions that you can easily answer yourself with two minutes time, especially when you are pointed directly to what you need).
Last edited by masijade; Dec 5th, 2007 at 10:28 am.
Java Programmer and Sun Systems Administrator

----------------------------------------------

Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 3
Reputation: hav is an unknown quantity at this point 
Solved Threads: 0
hav hav is offline Offline
Newbie Poster

Re: how to open an application like word,excel,adobe indesign,xml using java

 
0
  #7
Dec 6th, 2007
maybe just open a url to the file and assume that the user's machine has the file type assigned to that particular document type. I mean, if I push a .doc file to a windows user, it will probably open with word - yes?

Note: if the doc comes from an applet, then there may be sandbox issues requiring signing the applet etc.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC