08-30-2013 02:39 PM - edited 08-30-2013 03:03 PM
I'm currently working on starting a .jar file in labview.
So far I get the application to start, but then it immeditiatly terminations (Have same issue in system.exe)
Here is a screenshot of my code, as soon as my applciation begins, it ends. I'm wondering if its an error? If I type the same command into the command line it works without an error.
In the command line you can see the command working
It doesn't.
08-30-2013 03:10 PM
changed wait for execution from TRUE to FALSE.
Command prompt now displays my error, instead of labview which I guess is a bit of a start.
09-03-2013 05:00 PM
Dear Valarauca,
In order to better assist you, please elaborate more on what you are trying to accomplish and how do you want LabVIEW to work with this file.
Are you trying to launch an application, compile a Jar file and launch an application, or extract data from the jar file ?
I found some links that might be helpful for you :
http://digital.ni.com/public.nsf/allkb/BEE812007BA2A9B486256BC80068A49A?OpenDocument
https://decibel.ni.com/content/docs/DOC-25737
In addition I am including an alternate way of opening a jar file. This is a snippet of a simple VI using the system exec VI. This VI operates like opening something in the windows "Run". Try using this as an example and see if you get the same errors.