Run a VisualBasic Project in java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • celiaachkar
    New Member
    • Jul 2007
    • 12

    #1

    Run a VisualBasic Project in java

    Hello everyone,
    Is it possible to run a VB project using java?

    Thank you.

    Celia
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by celiaachkar
    Hello everyone,
    Is it possible to run a VB project using java?

    Thank you.

    Celia

    You can run *any* executable file from Java if you want, using the Runtime
    and Process classes, but why would you and why should you?

    kind regards,

    Jos

    Comment

    Working...