Executing a Runnable (executable) JAR file from VBA and capturing console messages

kulksnikhil

New member
Joined
Feb 16, 2013
Messages
1
Reaction score
0
Points
0
Hi,

I have a executable JAR file from excel VBA. I can successfully run the executable JAR file in command prompt and I see all the console messages while the JAR file is executing.

I need to run the same executable JAR file from excel VBA program. Also once the JAR file starts running, the console messages have to be displayed back in excel. If not complete console message I should at least get to know when the executable JAR file completes execution. Typically the JAR file I have runs for about 1 hour.

Upon completion of execution of this JAR file some other activities get initiated from vba.

Looking desperately for an answer for this.

Thanks and regards,
Nik
 
Back
Top