Results 1 to 4 of 4
- 05-27-2012, 05:21 PM #1
-
Re: Help needed in Passing values to another program.
Look into using a ProcessBuilder object to launch the client, and check out the API which will explain how to pass in command line parameters. Take care to swallow the process's error and output streams.
- 05-27-2012, 06:34 PM #3
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,604
- Rep Power
- 5
Re: Help needed in Passing values to another program.
...and to add to Fubarable's post, some suggested reading:
When Runtime.exec() won't - JavaWorld
- 05-28-2012, 06:28 PM #4
Similar Threads
-
Arrays and passing values to methods help please.
By toppcon in forum New To JavaReplies: 21Last Post: 07-28-2011, 05:05 AM -
Passing values between classes problem.
By alin_ms in forum New To JavaReplies: 8Last Post: 12-12-2008, 06:49 PM -
Retaining DB values as well as Dynamically generated Values.. Help Needed !
By rajivjha in forum Advanced JavaReplies: 0Last Post: 05-22-2008, 10:53 AM -
Passing the Values
By Lagarto in forum JDBCReplies: 1Last Post: 07-16-2007, 03:03 AM


1Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks