-
Notifications
You must be signed in to change notification settings - Fork 3
Java Sources
MaulingMonkey edited this page Dec 24, 2019
·
7 revisions
- https://openjdk.java.net/install/
-
sudo apt-get install openjdk-8-jre(Debian, Ubuntu) -
su -c "yum install java-1.8.0-openjdk"(Fedora, Oracle Linux, Red Hat)
Installation locations:
- C:\Program Files\Java\jdk-13.0.1\
Zip archives containing:
- openjdk-13.0.1_windows-x64_bin\jdk-13.0.1\bin\server\jvm.dll
(x64 only)
- https://www.oracle.com/technetwork/java/javase/downloads/index.html (Modern 64-bit Java 13)
-
https://www.java.com/en/download/win10.jsp(32-bit Java 8:JavaSetup8u231.exe, but doesn't contain a java compiler)
Zip archives:
- jdk-13.0.1_windows-x64_bin\jdk-13.0.1\bin\server\jvm.dll
(x64 only)
- Untested by me
- https://adoptopenjdk.net/?variant=openjdk13&jvmVariant=hotspot
- https://adoptopenjdk.net/archive.html?variant=openjdk13&jvmVariant=hotspot
| arch | 8 | libjvm.so |
|---|---|---|
| x64 | JDK JRE | jre/lib/amd64/server/libjvm.so |
| x86 | JDK JRE | jre/lib/i386/server/libjvm.so |
| arm64 | JDK JRE | jre/lib/aarch64/server/libjvm.so |
| armel | JDK JRE | jre/lib/arm/server/libjvm.so |
| armhf | JDK JRE | jre/lib/arm/client/libjvm.so |
- Only armhf has a client JVM path, for whatever reason.