You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| JDK |`jdk-ev3.zip`| Full JDK | Brick | ev3dev power user | Compiling Java programs directly on the brick. |
34
+
| JMODs |`jmods-ev3.zip`| Runtime precursor | Developer PC | both | Creating runtime images with more Java modules. |
35
+
_JRI stands for "Java Runtime Image". The term itself is not specific to this project, it is equivalent to [Modular Run-Time Image](https://openjdk.java.net/jeps/220)._
37
36
38
37
## Building
39
38
40
-
0. Clone/download this repo to your computer.
39
+
0. Clone this repository.
41
40
1. Install [Docker](https://docs.docker.com/engine/installation/) for your operating system.
42
-
2. Build the jdk cross-compilation OS:
41
+
2. Build the base cross-compilation image:
43
42
```sh
44
43
sudo docker build -t ev3dev-lang-java:jdk-stretch -f system/Dockerfile.armel system
45
44
```
46
-
3. Build the jdk cross-compilation environment:
45
+
3. Build the image with OpenJDK cross-compilation scripts:
0 commit comments