Package Details: jre8-adoptopenjdk-headless 8u382b05-1

Git Clone URL: https://aur.archlinux.org/java8-adoptopenjdk.git (read-only, click to copy)
Package Base: java8-adoptopenjdk
Description: AdoptOpenJDK Java 8 headless runtime environment
Upstream URL: https://adoptium.net/
Licenses: custom
Provides: java-runtime-headless, java-runtime-headless-openjdk
Submitter: Leeo97one
Maintainer: frealgagu
Last Packager: frealgagu
Votes: 8
Popularity: 0.040232
First Submitted: 2020-04-15 00:59 (UTC)
Last Updated: 2023-08-15 01:31 (UTC)

Required by (162)

Sources (1)

Pinned Comments

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

I maintain the latest built package at:

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

Latest Comments

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

Fazzi commented on 2023-04-29 01:31 (UTC)

@sergefan

I have created the jdk8-temurin like you've said but still am not completely sure how I should be packaging it. Have a look and let me know what you think.

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.

Leeo97one commented on 2020-12-07 02:28 (UTC)

The packages have been updated, sorry for the delay!