Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A simple Hello World application for the Mindstorms is developed as part of the leJOS tutorialhttp://www.lejos.org/nxt/nxj/tutorial/Preliminaries/FirstProgram.htmCompile by setting

If get a compilation error, set the java compliance level (target and source are necessary if you are using java 11 or something like that and have not set LEJOS_NXT_JAVA_HOME to a java 8 installation).

Code Block
nxjc -target 1.8 -source 1.8 HelloWorld.java

...