This is somewhat a general question of whether Java code can be called from a C-based environment. LabVIEW supports interfaces to many different programming environments and languages, such as C-style DLLs, .NET, and ActiveX. There are wrapper modules available for accessing Java objects from C. These should be applicable for LabVIEW as well, though they might require compiling the wrapper code into a DLL that can be called from LabVIEW. Look up the
JNI (Java Native Interface) for help getting started. I've never done this myself, but everywhere I've read about it says it's far from trivial.
It's also possible there are more modern methods of interfacing Java that you might look into instead of C. There might also be wrappers for .NET or ActiveX that could be similarly accessible from LabVIEW.
Message Edited by Jarrod S. on 12-31-2008 08:59 AM
Jarrod S.
National Instruments