A Bash script to install everything related with EV3Dev-lang-java
EV3Dev is a fantastic Complete Linux environment to build software for robots with Java. But as any technology, the installation require some configuration to run in the right way.
This project tries to save time in this process.
The installer will install the following libraries by default:
- OpenJDK 11 JRI for EV3, OpenJDK 11 JRE for the rest of the bricks
It is possible to install the following libraries if your project requires them.
Note Play with the help in order to discover the different options.
The starting point to use this installer, is a Brick running with EV3Dev and updated:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo reboot
cd /home/robot
wget -N https://raw.githubusercontent.com/ev3dev-lang-java/installer/master/installer.sh
chmod +x installer.sh
sudo ./installer.sh help
sudo ./installer.sh