-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Description
Currently the repository Installer offers a set of automations to help the developer with some processes:
- Install Java
- Install Native libraries
It is necessary to review current Installer development to install in automatic way the new OpenJDK 10 JRI, Java Runtime Image. This installation only will be valid for Debian Stretch for EV3Dev.
Currently, master branch has the support for Debian Jessie for EV3Dev and develop branch has the support for Debian Stretch for EV3Dev.
Requirements:
- Check Debian version
- Install OpenJDK 10 JRI for EV3Dev
- Integrate the solution on: https://github.com/ev3dev-lang-java/template_project_gradle
Ideas:
https://github.com/serverfarmer/sf-java8/blob/master/setup.sh
https://stackoverflow.com/questions/1324421/how-to-get-past-the-login-page-with-wget
Reactions are currently unavailable