Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

Calling other programs from java

Thu Oct 23, 2008 1:49 am

Please does anyone know the API I'll use if I want to call other programs from
java. For instance to load a url in the OS' default browser, or to open a .doc
file using ms word.



Re: Calling other programs from java

Thu Oct 23, 2008 1:49 am

Class Runtime from JavaSE API, method exec() should do the work.

Example: http://forum.java.sun.com/thread.jspa?t ... ID=2234099

Post a reply
  Related Posts  to : Calling other programs from java
 How to Write Small,Useful and Efficient Programs     -  
 Basic daynamic page generation using CGIs programs     -  
 Calling the man Command     -  
 Calling a Private Method in jsp     -  
 Calling an Overridden Method in php     -  
 Calling Functions Dynamically     -  
 Calling Overloaded Methods     -  
 Calling an Overridden Function     -  
 CME display calling number without leading 0     -  
 Calling a local variable from a static function     -