In order to help the users and increase the performance, it is necessary to create a visual utility that it could be possible to deployed to the EV3 brick with template_project in order to run a UI. That UI could execute other projects.
Benefits:
Once a JVM process is running, all Classes are loaded in the classpath so run another lightweight jar which only contains the classes compiled is fast and the user benefit is clear. Using this idea, the users developing with Java could participate in FLL competitions.
Initial Roadmap
** Repository:**
https://github.com/ev3dev-lang-java/menu
Jar loader idea:
https://sourceforge.net/p/lejos/ev3/code/ci/master/tree/EV3Menu/src/lejos/ev3/startup/JarMain.java
In order to help the users and increase the performance, it is necessary to create a visual utility that it could be possible to deployed to the EV3 brick with
template_projectin order to run a UI. That UI could execute other projects.Benefits:
Once a JVM process is running, all Classes are loaded in the classpath so run another lightweight jar which only contains the classes compiled is fast and the user benefit is clear. Using this idea, the users developing with Java could participate in FLL competitions.
Initial Roadmap
** Repository:**
https://github.com/ev3dev-lang-java/menu
Jar loader idea:
https://sourceforge.net/p/lejos/ev3/code/ci/master/tree/EV3Menu/src/lejos/ev3/startup/JarMain.java