Re: Calling Windows Exe from within Java prog
From: Gordon Beaton (not_at_for.email)
Date: 10/14/04
- Previous message: Ravi Shankar: "Re: Concurrent Logging: How?"
- In reply to: Elliott Back: "Re: Calling Windows Exe from within Java prog"
- Next in thread: Kevin Passey: "Re: Calling Windows Exe from within Java prog"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Ravi Shankar: "Re: Concurrent Logging: How?"
- In reply to: Elliott Back: "Re: Calling Windows Exe from within Java prog"
- Next in thread: Kevin Passey: "Re: Calling Windows Exe from within Java prog"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|