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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
# openjdk-9-ev3
2
-
A custom build of OpenJDK 9 for EV3, a Lego Mindstorms programmable brick featuring a ARM926EJ-S CPU.
1
+
# OpenJDK 10 for EV3
2
+
A custom build of OpenJDK 10 for EV3, a Lego Mindstorms programmable brick featuring a ARM926EJ-S CPU.
3
3
4
4
## Components
5
5
The output consists of these parts:
6
6
* JRE running on the EV3 - `jre-ev3.zip`
7
7
* Stripped down version -- a runtime image
8
8
* JDK built for the EV3 - `jdk-ev3.zip`
9
9
* Basically the full build
10
-
*[Official OpenJDK linux-amd64](http://jdk.java.net/9/) with EV3 jmods
10
+
*[Official OpenJDK linux-amd64](http://jdk.java.net/10/) with EV3 jmods
11
11
* Only a stripped down version -- also a runtime image
12
12
* It can be used for creating custom JRE images. For this, jlink and the ev3 jmods are included.
13
13
* It has `javac` (jdk.compiler module).
@@ -42,16 +42,16 @@ JShell JDI agent on the remote side, which is handled by SSH as well.
42
42
43
43
0. Clone/download this repo to your computer.
44
44
1. Install [Docker](https://docs.docker.com/engine/installation/) for your operating system.
45
-
2. Adjust the JAVA_VERSION variable in `build/config.sh` to match the current OpenJDK tip: [OpenJDK 9 updates](http://hg.openjdk.java.net/jdk-updates/jdk9u/)
46
-
3. Build the jdk9 cross-compilation environment:
45
+
2. Adjust the JAVA_VERSION variable in `build/config.sh` to match the current OpenJDK tip: [OpenJDK 10 updates](http://hg.openjdk.java.net/jdk-updates/jdk10u/)
0 commit comments