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 !