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 tutorial http://www.lejos.org/nxt/nxj/tutorial/Preliminaries/FirstProgram.htm

Compile by setting the java compliance level (necessary if you are using java 11 or something like that).

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


If this works with your device, you are able to start using KIELER to develop applications for the NXT brick.

...