This is a cache of https://discuss.96boards.org/t/java-8-support-on-board/5085. It is a snapshot of the page at 2024-09-20T08:41:10.254+0000.
JAVA 8 support on board - DragonBoard 820c - 96Boards Forum

JAVA 8 support on board

Hello, i would like to buy DragonBoard 820c and use it for runs custom java application, for this i’m planning to use debian Linux (https://www.96boards.org/documentation/consumer/dragonboard820c/downloads/debian.md.html) . Could you please give me answer for next questions :

  1. Is there way to install JAVA8 on DragonBoard 820c ?
  2. Can i use usb4java library http://usb4java.org with one ?

Yes you should be able to install JAVA8 and up with apt:

apt-get install openjdk-8-jre

This library seems no more maintained, but I assume it will work, it is based on libusb.

Very nice, thank you sir !