Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ev3dev-lang-java/menu

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ev3dev.menu

Motivation

EV3 Brick is the third generation of LEGO Mindstorms with the enough CPU & Memory to run a complete Debian distro and a JVM.

When you run a program in Java, you open a terminal and type:

java -jar ./yourJar.jar

But when you are in a competition like FLL, you need some utility to load programs easily and this project try to tackle this problem.

Goals

  • Run a Jar from another Jar
  • Develop a UI to load files in a default folder from EV3
  • Download files from github repos and run
  • Package in the same program (JRI, Program, Dependencies) JEP 343

Initial works

Currently, it is possible to execute a Jar from another Jar. Build the project:

mvn clean package

and copy the jar from target folder to docs and execute it from there. In the folder docs, exist a jar created for the example demo.jar

java -jar menu-0.1.0-SNAPSHOT.jar
Running another jar
Hello World

References

About

A UX to run programs in EV3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.