NI Linux Real-Time Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

WebServices and Java on cRIO?

Hello everyone,

currently, we use LabVIEW application which communicate via WebServices with Java 1.7.0_55 application running in the background.
This architecture works perfectly on PC or PXIe with Windows OS.

Do you think that there is any way how to transfer this framework to cRIO with Linux RTOS?

Thank you very much for your opinion.

Best regards,

Martin

0 Kudos
Message 1 of 2
(3,008 Views)

It seems that, for current releases, there is no Java JRE in the pre-built third-party software feeds (what is installed through opkg on the target). If you're feeling adventurous, you can build packages and install them to the target (I've done this in the past just to test it out) but it requires some non-trivial setup. If you're feeling brave, https://github.com/ni/nilrt is where you'd start.

Also, depending on your needs from the JRE, this may be an issue for you if you're using a Zynq-based controller (no UI)

0 Kudos
Message 2 of 2
(2,783 Views)