Skip to content

Commit 87f117f

Browse files
committed
[readme] Add link to zip.sh regarding JRI modules
1 parent d308f95 commit 87f117f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ The build process produces these files:
3333
| JDK | `jdk-ev3.zip` | Full JDK | Brick | ev3dev power user | Compiling Java programs directly on the brick. |
3434
| JMODs | `jmods-ev3.zip` | Runtime precursor | Developer PC | both | Creating runtime images with more Java modules. |
3535

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`._
3739

3840
## Building
3941

0 commit comments

Comments
 (0)