Link to home
Start Free TrialLog in
Avatar of Larry Brister
Larry BristerFlag for United States of America

asked on

execute Jav jar file from VB.Net

I have a jar file that is in the c:\program files (x86)\Java\jre7\bin folder

From that directory on a command prompt I can execute my jar file which starts a never ending process that continousely appends data to a text file from 8am to 6pm

I would like to run this from a WinForm button in VB.NET

This is the execute
java -cp m5.jar;m5-data-objects.jar;webservices-rt.jar;log4j-1.2.13.jar them.sdk.hostedconnect.v2.MonitorMultipleExample https://theirUrl.com login@testemail.com r#%l81# 1234569876 1234569875 > C:\temp\Output.txt

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Larry Brister

ASKER

Thanks