Java

Hello, I am currently interested in iot and strangely Java meets all the criteria: object programming, reliable, rock solid etc. But a question bothers me: is there a JVM in the kit or do I have to tinker with Ubuntu? thank you

There is no JVM on devkit, suggest to refer to GitHub - dusty-nv/jetson-inference: Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson. to get some ideas.

I’ll also add that the standard Ubuntu mechanism could find packages available via:
apt search jvm
OR: apt search java

Versions freely available have changed over the years since some of Java has become commercial.

I’m thinking more about OpenJDK, than the Oracle JVM, but I think it’s crazy to reinvent the wheel with micropython when Java is intended for iot from the start.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.