Question subject: Calling other programs from java
Posted: Thu Oct 23, 2008 1:49 am
Joined: Sun Oct 19, 2008 3:47 pm Posts: 281 Has thanked: 0 time Have thanks: 1 time
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.
AnswerBot
Question subject: Re: Calling other programs from java
Posted: Thu Oct 23, 2008 1:49 am
Joined: Sun Oct 19, 2008 3:53 pm Posts: 229 Has thanked: 0 time Have thanks: 0 time
Class Runtime from JavaSE API, method exec() should do the work.