https://github.com/ev3dev-lang-java/lejos-support
A repository to add support for LeJOS project
https://github.com/ev3dev-lang-java/lejos-support
ev3 java lejos
Last synced: about 1 year ago
JSON representation
A repository to add support for LeJOS project
- Host: GitHub
- URL: https://github.com/ev3dev-lang-java/lejos-support
- Owner: ev3dev-lang-java
- License: mit
- Created: 2017-07-18T19:48:46.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2017-08-01T18:03:33.000Z (over 8 years ago)
- Last Synced: 2025-01-08T08:46:25.880Z (about 1 year ago)
- Topics: ev3, java, lejos
- Size: 11.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lejos-support
A repository to add support for LeJOS project

https://sourceforge.net/projects/ev3.lejos.p/files/0.9.1-beta/
## Remote connection
```
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 root@192.168.1.85
scp -oKexAlgorithms=+diffie-hellman-group1-sha1 ./build/libs/lejos-support-all-0.1.0.jar root@192.168.1.85:/home/root
```
## Remote Execution
### Alternative 1:
```
jrun -cp lejos-support-all-0.1.0.jar examples.HelloWorld
```
### Alternative 2:
If you generate a Fat Jar, you could include al libraries and execute in the same way that you have in a Desktop computer.
```
root@EV3:~# /home/root/lejos/ejre-8-b132-linux-arm-sflt.tar.gz/bin/java -version
java version "1.8.0"
Java(TM) SE Embedded Runtime Environment (build 1.8.0-b132, profile compact3, headless)
Java HotSpot(TM) Embedded Client VM (build 25.0-b70, mixed mode, sharing)
root@EV3:~# /home/root/lejos/ejre-8-b132-linux-arm-sflt.tar.gz/bin/java -jar lejos-support-all-0.1.0.jar
Hello World
```
## Current Activity:
- Add support for NXTCam V5
- http://www.mindsensors.com/pdfs/NXTCam5-User-Guide.pdfls