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
Since April 2019 webupd8 is no longer providing the ppa for Oracle Java 8, because of Oracle's change in license. A possible alternative is the ppa for Trusty of OpenJDK 8 hosted by OpenJDK Builds; the three lines should be changed to:
Some other changes are necessary, i.e., deleting the line that removes /var/cache/oracle-jdk8-installer, and setting JAVA_HOME to either /usr/lib/jvm/java-8-openjdk-$ARCH, where ARCH is the architecture.
The text was updated successfully, but these errors were encountered:
jpf-star/Dockerfile
Lines 11 to 13 in 4b5c3b2
Since April 2019 webupd8 is no longer providing the ppa for Oracle Java 8, because of Oracle's change in license. A possible alternative is the ppa for Trusty of OpenJDK 8 hosted by OpenJDK Builds; the three lines should be changed to:
Some other changes are necessary, i.e., deleting the line that removes
/var/cache/oracle-jdk8-installer
, and setting JAVA_HOME to either/usr/lib/jvm/java-8-openjdk-$ARCH
, where ARCH is the architecture.The text was updated successfully, but these errors were encountered: