02-13-2020 03:07 AM
How to Call LabVIEW DLL in JAVA? Any Steps? Documents?
Thanks
02-13-2020 03:43 AM
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.