vote up 0 vote down star

Hi, I was wondering if someone could tell me the best way to call a Visual Basic program from JAVA. I have a few VB applications that I want to run from a JAVA application that I'm building.

Thanks!

flag

1 Answer

vote up 2 vote down check

You can use ProcessBuilder.start() or the older Runtime.exec() to launch processes. This information is available in the Java SE docs.

link|flag
JJO, fixed capitalization and provided the link for Runtime.exec(). +1. – paxdiablo May 2 at 4:42

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.