LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can we link Java Code with LabView

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.

0 Kudos
Message 11 of 15
(2,198 Views)

@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.

0 Kudos
Message 12 of 15
(2,168 Views)

java in labview

0 Kudos
Message 13 of 15
(1,598 Views)

how have a java code  in labview

0 Kudos
Message 14 of 15
(1,598 Views)

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

0 Kudos
Message 15 of 15
(1,593 Views)