I have the .java source code. My target is to change the .java file to dll file and then from Labview library note to call the dll. I was blocked on how to change.java file to dll. I do not familiar with Java,so would you pls explain in detail, I would appreciated for your kindly help!This is information I got from National Instrument for the suggestion:
====================
In order to use the call library node function from LabVIEW, you will need
to have a 32 bit windows dll with a C style interface already created. For
your case, it may be necessary to create a C wrapper around the .java file
using the Java Native Interface (JNI). I found this knowledgebase article
which describes how to do this:
http://digital.ni.com/public.nsf/websearch/BEE812007BA2A9B486256BC80068A49A?OpenDocument
===================
The above link did not tell in detail of how to do .java to dll .
====================
In order to use the call library node function from LabVIEW, you will need
to have a 32 bit windows dll with a C style interface already created. For
your case, it may be necessary to create a C wrapper around the .java file
using the Java Native Interface (JNI). I found this knowledgebase article
which describes how to do this:
http://digital.ni.com/public.nsf/websearch/BEE812007BA2A9B486256BC80068A49A?OpenDocument
===================
The above link did not tell in detail of how to do .java to dll .