|
-
Jun 12th, 2006, 09:45 PM
#2
Re: Run java program from VB.net
I don't know much baout Java, but if you can run the class from the command prompt, then you can use the Process.Start() to run the class.
Though getting the output would be even more difficult.
Since .Net and Java are fairly similar, why not port the class? That would eliminate another dependency your app would have and keep it running quicker because it's in 1 application instead of two.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|