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
4. Run the newly prepared container. You have to mount a host directory to the the `/build` directory in the container,
67
+
otherwise the build would get discarded. The final build needs at least 6.5 GB of free space (in the build directory).
68
+
```
69
+
sudo docker run --rm -it -v $BUILD_DIRECTORY:/build -e JDKVER='X' ev3dev-lang-java:jdk-autobuild
70
+
```
71
+
`X` can be one of `9`, `9zero`, `10` and `10zero`. Please change the `$BUILD_DIRECTORY` to a valid path.
72
+
5. If the build was successful, JDK packages were created in `$BUILD_DIRECTORY/jri-ev3.tar.gz`, `$BUILD_DIRECTORY/jdk-ev3.tar.gz` and `$BUILD_DIRECTORY/jmods.tar.gz`.
73
+
74
+
55
75
## ~~JShell on the EV3~~
56
76
57
77
No longer supported. JShell backend on the EV3 is a huge overkill.
0 commit comments