12-09-2016 04:23 PM
I don't know if you've ever deployed a LabVIEW executable before, but you need to remember that they have to have the LabVIEW run-time engine installed on the PC for it to work. You'll also not be able to compile java code inside of LabVIEW directly, so you'll need to compile the Java code into a DLL, then include the DLL with the LabVIEW EXE and call that from LabVIEW.
You'll have to decide if that meets your definition of a "clean, standalone" executable.
As for getting the Java code compiled into a DLL, that's not something I can help you with and I doubt most other members of those board can either. I suggest you search elsewhere for assistance with that if you go that route.
12-13-2016 05:49 AM
@Kyle97330 - I am looking for .net compatible libraries so that I can do this. I might just have to dig up a few theses on the source, and hand code the tool myself. If I go that route, then I can absolutely do it myself end to end right now. All it takes is time.
05-14-2019 10:11 PM
java in labview
05-14-2019 10:13 PM
how have a java code in labview
05-14-2019 11:52 PM
did you read the old thread you bumped or did you just bump it? the answer is already here. if you don't understand the answer, ask specific questions about it