LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

using java jni

Hello,
I'm trying to figure out a way to start small Java-Programs from within
Labview 6.0.1. Does anybody know how to do this? Every time I use the
call dll-function to invoke the java-jni api Labview crashes. Invoking
Java via the active-x plugin doesn't work either.
Any suggestions are welcome. Thanks.

Norman Südekum
0 Kudos
Message 1 of 2
(3,234 Views)
Norman,

Try updating to LabVIEW 6.0.2 to get all of the ActiveX fixes and try the ActiveX method again. (You cannot do this if you only have the Evaluation version.) You can also call java from the System Exec.vi if you do not need data directly back (you can transfer it many other ways: files, TCP, pipes, etc).

Also, see the following:
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RNAME=ViewQuestion&HOID=506500000008000000102D0000&ECategory=LabVIEW.LabVIEW+General
http://digital.ni.com/public.nsf/websearch/BEE812007BA2A9B486256BC80068A49A?OpenDocument

Randy Hoskin
Applications Engineer
National Instruments
http://www.ni.com/ask
0 Kudos
Message 2 of 2
(3,234 Views)