I just found out that it is actually possible to do this. The key is to call a C based DLL in LabVIEW, and then inside that DLL call a JNI. (I'm not sure if that makes sense;
this article has a good explanation.) =
It seems like our team would be walking in uncharted teritory if we went through with this. Is there anybody else out the who has tried this in FRC. Also, can anybody see if it is even possible within FRC, because I still am not sure if the wpilib will get in the way. Also, I am not sure if it is possible to load the DLL and JNI onto the CRIO along with the LabVIEW code.