Re: Calling Windows Exe from within Java prog

From: Gordon Beaton (not_at_for.email)
Date: 10/14/04

  • Next message: VJ: "Newbie-How to set classpath in Manifest.MF ??"
    Date: 14 Oct 2004 08:14:10 +0200
    
    

    On Wed, 13 Oct 2004 18:47:43 GMT, Elliott Back wrote:
    > Kevin Passey wrote:
    >> I have a command string that I'm building in Java to call a windows
    >> program.
    >>
    >> Can anybody point me to some example code.
    >
    > See JNI. http://java.sun.com/docs/books/tutorial/native1.1/

    JNI is overkill for what he's asking. Use Runtime.exec() instead.

    /gordon

    -- 
    [  do not email me copies of your followups  ]
    g o r d o n + n e w s @  b a l d e r 1 3 . s e
    

  • Next message: VJ: "Newbie-How to set classpath in Manifest.MF ??"

    Relevant Pages