Search:

Type: Posts; User: harleen58

Search: Search took 0.10 seconds.

  1. Re: java program to execute an external application

    Thank you KevinWorkman. I am looking at some posts. These might help me.

    Execute an external program - Real's Java How-to
  2. Re: java program to execute an external application

    Thanks Kevin. My colleague has done this in C#.
    There must be a way to do this in Java.

    I have started like this:

    import java.io.*;
    import java.util.Map;
    public class hotkey {
    ...
  3. java program to execute an external application

    Hi,

    I want to create a java program to find the applications running in my computer. And then I want to select a particular application called 'Harvest Client.exec'. Bring the application to...
Results 1 to 3 of 3