Skip to content

Commit

Permalink
Add links for projects related to Java support
Browse files Browse the repository at this point in the history
  • Loading branch information
mesheets authored Feb 11, 2023
1 parent 9271ab1 commit a144275
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,11 @@ BUILD FAILED
- A visual interface for leJOS. RCXDownload automatically sets the JDK-, leJOS- and ClassPaths, compiles the chosen Java-Source, shows the compiler messages and is able to link and load both the compiled classes and the leJOS-firmware.
* [leJOS-RCX-TextLCDApplet](https://github.com/BrickBot/leJOS-RCX-TextLCDApplet)
- Java Applet GUI for testing josx.platform.rcx.TextLCD


## Java Support
As time passes, it has become more of a challenge to use leJOS with newer Java versions. Some work has been done to try to mitigate these challenges.
+ [oversticht/lego-rcx-lejos](https://github.com/oversticht/lego-rcx-lejos) (external)
* Based on leJOS v2.1 instead of v3.0-RC2 that is in the repository in this BrickBot organization
+ [HaikuVM](https://haiku-vm.sourceforge.net) (external)
* A spinoff Java VM approach referenced by @oversticht

0 comments on commit a144275

Please sign in to comment.