-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
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
- Run a Jar from another Jar
- Develop a UI to load files in a default folder from EV3
** 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
mrkrizic