LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Call LabVIEW DLL in JAVA

How to Call LabVIEW DLL in JAVA? Any Steps? Documents?

Thanks

0 Kudos
Message 1 of 2
(2,323 Views)

The details depends on the dll you make: a .NET assembly or a shared library. Both are dlls.

 

However, both solutions are mostly Java related, not LabVIEW:

SO: how-to-call-a-method-in-dll-in-a-java-program 

Codeproject: C#-method-calls-within-a-Java-program 

 

Of course the LabVIEW dll's might bring their own bag of problems. We might be able to help you if you encounter (and post) them.

0 Kudos
Message 2 of 2
(2,308 Views)