-
Java and VB (2 messages)
- Posted by: Di He
- Posted on: January 05 2004 02:57 EST
Does anyone know that how can I invoke a VB program by using java code? Thanks.Threaded Messages (2)
- Java and VB by David Rabinowitz on January 05 2004 05:32 EST
- Please give me details. by Di He on January 05 2004 21:39 EST
-
Java and VB[ Go to top ]
- Posted by: David Rabinowitz
- Posted on: January 05 2004 05:32 EST
- in response to Di He
use Runtime.exec() -
Please give me details.[ Go to top ]
- Posted by: Di He
- Posted on: January 05 2004 21:39 EST
- in response to David Rabinowitz
Hi, thank you very much for your hint. If it is in your convenience, could you please give me some more details about using Runtime.exec()?