Package Details: jdk8-temurin 8u412b08-1

Git Clone URL: https://aur.archlinux.org/jdk8-temurin.git (read-only, click to copy)
Package Base: jdk8-temurin
Description: Temurin (OpenJDK 8 Java binaries by Adoptium, formerly AdoptOpenJDK)
Upstream URL: https://adoptium.net/
Keywords: 8 adoptium adoptopenjdk jdk jdk8 jre jre8 openjdk temurin
Licenses: custom
Provides: java-environment, java-runtime
Replaces: jdk8-adoptopenjdk
Submitter: Fazzi
Maintainer: Fazzi
Last Packager: Fazzi
Votes: 12
Popularity: 0.114016
First Submitted: 2023-04-28 21:47 (UTC)
Last Updated: 2024-04-20 11:28 (UTC)

Required by (2444)

Sources (1)

Pinned Comments

Fazzi commented on 2024-03-08 09:45 (UTC)

Please mark as out of date wherever needed and I'll gladly update.

Any issues with the package? Let me know and I can fix myself or implement your patch.

Latest Comments

1 2 Next › Last »

Fazzi commented on 2024-03-08 09:45 (UTC)

Please mark as out of date wherever needed and I'll gladly update.

Any issues with the package? Let me know and I can fix myself or implement your patch.

ebo commented on 2023-05-02 08:39 (UTC)

@frealgagu: pls review this PR when you have a chance: https://github.com/frealgagu/archlinux.java8-adoptopenjdk/pull/1

sergefan commented on 2021-12-11 02:29 (UTC)

Could you please bundle all these adopt java 8 packages into one? Something like jdk8-temurin? I guess Adoptium has released an all-in-one bundle. https://adoptium.net/?variant=openjdk8&jvmVariant=hotspot

marlor commented on 2021-11-28 16:03 (UTC)

By installing this package I get the message: "Could not generate information about jre8-adoptopenjdk" and the installation breaks

frealgagu commented on 2021-04-29 03:33 (UTC) (edited on 2021-04-29 03:33 (UTC) by frealgagu)

@bjorntj I think you modified the PKGBUILD file in the past. Depending of the AUR util you are using (of if you compile directly with makepkg) you must build the last package and upgrade it explicitly.

You could download the last compiled package from here: https://github.com/frealgagu/archlinux.java8-adoptopenjdk/releases/ and install it via

pacman --upgrade jre8-adoptopenjdk-headless-8u292-1-x86_64.pkg.tar.zst jre8-adoptopenjdk-8u292-1-x86_64.pkg.tar.zst jdk8-adoptopenjdk-8u292-1-x86_64.pkg.tar.zst

bjorntj commented on 2021-04-28 13:02 (UTC)

How can one solve this?

jdk8-adoptopenjdk: local (8.u265-1) is newer than AUR (8u292-1)

frealgagu commented on 2021-02-22 20:14 (UTC)

I maintain the latest built package at:

https://github.com/frealgagu/archlinux.java8-adoptopenjdk/releases/

Leeo97one commented on 2021-02-18 14:03 (UTC)

I no longer use the package, feel free to adopt it.

axzxc1236 commented on 2020-12-26 16:03 (UTC) (edited on 2020-12-26 16:09 (UTC) by axzxc1236)

Today I was poking around my AUR packages to check dynamic linking dependencies.... I saw something that might have gone wrong.

Using ldd I saw things broken... for example

ldd /usr/lib/jvm/java-8-adoptopenjdk/lib/amd64/libjawt.so
linux-vdso.so.1 (0x00007ffe49aea000)
libawt.so => not found
libawt_xawt.so => not found
libjava.so => not found
libjvm.so => not found
libc.so.6 => /usr/lib/libc.so.6 (0x00007f7d6389d000)
/usr/lib64/ld-linux-x86-64.so.2 (0x00007f7d63ca5000)

Some libraries are missing, I personally didn't encounter any problem though, this isn't a problem with jdk-adoptopenjdk (Now provides Java 15) package.

Maybe this is fine... I say maybe because I am not a java expert.