Package Details: jdk8 8u441-1

Git Clone URL: https://aur.archlinux.org/jdk8.git (read-only, click to copy)
Package Base: jdk8
Description: Oracle Java 8 Development Kit LTS
Upstream URL: https://www.oracle.com/technetwork/java/javase/downloads/index.html
Keywords: java-environment-jdk java-openjfx java-runtime-headless-jre java-runtime-jre java-web-start-jre
Licenses: custom:Oracle
Provides: java-environment, java-environment-jdk, java-openjfx, java-runtime, java-runtime-headless, java-runtime-headless-jre, java-runtime-jre, java-web-start, java-web-start-jre
Submitter: Det
Maintainer: severach
Last Packager: severach
Votes: 105
Popularity: 0.000030
First Submitted: 2017-09-21 22:18 (UTC)
Last Updated: 2025-02-04 03:22 (UTC)

Dependencies (10)

Required by (2662)

Sources (6)

Pinned Comments

severach commented on 2019-04-17 06:47 (UTC) (edited on 2019-04-27 04:59 (UTC) by severach)

Direct downloads are no longer available. Create your Oracle account, download, and put in with the PKGBUILD.

New and improved. Now you can just download to ~/Downloads then run the update.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »

alessiofachechi commented on 2019-07-18 12:33 (UTC) (edited on 2019-07-18 12:34 (UTC) by alessiofachechi)

8u221 available. Patch:

diff --git a/PKGBUILD b/PKGBUILD
index 3114dda..9e22226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ set -u
 _pkgname='jdk'
 _major='8'
 pkgname="${_pkgname}${_major}"
-_minor='212'; _build='b10'; _hash='59066701cf1a433da9770636fbc4c9aa'
+_minor='221'; _build='b11'; _hash='59066701cf1a433da9770636fbc4c9aa'
 pkgver="${_major}u${_minor}"
 pkgrel='1'
 pkgdesc="Oracle Java ${_major} Development Kit"
@@ -68,14 +68,14 @@ if [ -s ~/"Downloads/${_srcfil}" ] && [ ! -e "${_srcfil}" ]; then
 fi
 unset _srcfil
 md5sums=('b3c7031bc65c28c2340302065e7d00d3'
-         '62d57a7550c97b534343443475d9afd9'
+         '9e1ecd461c3b848af45ab41c528d9a95'
          '8a66f50efdc867ffd6a27168bc93b210'
          '1cbde70639abd98db4bace284dbf2bc4'
          'f0b39865361437f3778ecbe6ffbc0a06'
          '89704501aff8efe859c31968d8d168e6'
          '4dda444d58a4d78ca6357228adbde8a2')
 sha256sums=('f3020a3922efd6626c2fff45695d527f34a8020e938a49292561f18ad1320b59'
-            '3160c50aa8d8e081c8c7fe0f859ea452922eca5d2ae8f8ef22011ae87e6fedfb'
+            'bac52b7f120a03c4c0815ca8fc77c02a8f3db2ded121ffad7449525f377e2479'
             '65282603bd0804d162f3f7da47bc7f3c91373e87504297d6a6fd6f2f8a1ec4ee'
             '8f865b52946a9ab98556c56306c7e70ae7aa432b4d005c70df0bba9d2c3111b1'
             '144e6651fcea08d95f3148d3a8ad17deb93fec4dd9236d37d27d7c648230b870'

jdc commented on 2019-07-06 03:01 (UTC)

The jce_policy-8.zip link kept returning HTML for me so I had to download it manually (needed to accept an agreement).

danieltetraquark commented on 2019-06-25 17:43 (UTC)

You can get a mail/password for download from http://bugmenot.com/view/oracle.com

apodim commented on 2019-05-19 15:04 (UTC)

@nougad

Thank you very much for replying!

I found some information regarding that here. https://wiki.openjdk.java.net/display/OpenJFX/Platforms

In essence it says that it depends on whether it uses hard float ABI or soft float.

I don't know myself what is true for this particular case and I'm only asking since both packages use the same source. It's not a big deal really.

Again thank you for clarifying!

nougad commented on 2019-05-19 09:35 (UTC)

@apodim: According to https://www.oracle.com/technetwork/java/javase/jdk-8-readme-2095712.html it's not included in the ARM build:

Note that the JDK on ARM does not include JavaFX.

I don't see any openjfx related files in the package so I assume it's true. Providing java-openjfx would be incorrect.

Please let me know if I'm wrong. Happy to add openjfx if it's included.

apodim commented on 2019-05-18 23:07 (UTC)

Can this provide java-openjfx=8 as https://aur.archlinux.org/packages/jdk8-arm/ does?

gst commented on 2019-04-27 04:09 (UTC)

Downloads without Oracle Account are currently available from Adobe/Macromedia at: https://www.adobe.com/support/coldfusion/downloads.html

The checksum matches the one on the PKGBUILD file. I didn't check the terms of the download so make sure that you're allowed to download/run that software from Adobe before using it.

googlesky commented on 2019-04-25 10:04 (UTC)

Download latest file on Oracle and put file.tar.gz to ~/Download to fix this problem.

jvybihal commented on 2019-04-23 08:37 (UTC) (edited on 2019-04-23 08:37 (UTC) by jvybihal)

As far as the checksums in this PKGBUILD are kept correct, I see no reason for not using https://github.com/frekele/oracle-java/releases as source, when its (for now) available, and the jdk-8uxxx*.tar.gz is not found in ~/Downloads.

So:

1] check ~/Downloads

2] if not found, pull from github

What do you think?