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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,9 @@ The build process produces these files:
33
33
| JDK |`jdk-ev3.zip`| Full JDK | Brick | ev3dev power user | Compiling Java programs directly on the brick. |
34
34
| JMODs |`jmods-ev3.zip`| Runtime precursor | Developer PC | both | Creating runtime images with more Java modules. |
35
35
36
-
_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)._
36
+
_JRI stands for "Java Runtime Image". The term itself is not specific to this project,
37
+
it is equivalent to [Modular Run-Time Image](https://openjdk.java.net/jeps/220).
38
+
To see which modules are included in our case, take a look at the jlink commandline in `scripts/zip.sh`._
0 commit comments