Update OpenJDK to 8u192
No upstream changelog provided
Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R2242:b82636efb52e: Update openjdk-8 to 8u192
- Run Minecraft 1.13.1 with the new JRE
- Execute java -version
sysop ~ java -version openjdk version "1.8.0_192-solus" OpenJDK Runtime Environment (build 1.8.0_192-solus-b26) OpenJDK 64-Bit Server VM (build 25.192-b26, mixed mode)
- Compile a simple Hello World program and run it
sysop ~ Downloads javac HelloWorld.java sysop ~ Downloads java -cp . HelloWorld Hello World!
Diff Detail
Diff Detail
- Repository
- R2242 openjdk-8
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Someone of the core team would need to run the update.sh script on the webserver to download the JDK sources.
In addition there's this:
Comment Actions
Someone of the core team would need to run the update.sh script on the webserver to download the JDK sources.
Done. Can you do a rebuild please just to be sure it's all sorted on the server? Thanks!
