02-16-2015 11:14 PM
Hi
We created a applicaiton in Labivew and used cmdline to call one java application. In normal development mode it is working fine and with a button click we are able trigger the command line java application.
We tried creating a final executable of Labview application and copied the java class file and also installed JDK on the client machine. When we try to run this executable and the cmd line java application is not getting triggered.
We tried with simple c compiler generated exe from cmd line, but the behavior is same.
Can someone help how to create a Labview executable with the cmd line applicaiton working from the executable.
Regards
Kris
02-17-2015 01:13 AM - edited 02-17-2015 01:13 AM
Hi Kris,
what's the path you are trying to call your JAVA file from in the executable?
Use a OneButtonDialog to show the path…
In case that's the problem: Use ApplicationDir as base path to find your JAVA file!
02-17-2015 01:20 AM