Search Criteria
Package Details: jre8 8u441-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/jre8.git (read-only, click to copy) |
|---|---|
| Package Base: | jre8 |
| Description: | Oracle Java 8 Runtime Environment LTS |
| Upstream URL: | https://www.java.com/en/download/manual.jsp |
| Keywords: | java-openjfx java-runtime-headless-jre java-runtime-jre java-web-start-jre |
| Licenses: | custom:Oracle |
| Provides: | 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: | 44 |
| Popularity: | 0.064261 |
| First Submitted: | 2017-09-21 22:18 (UTC) |
| Last Updated: | 2025-02-04 03:21 (UTC) |
Dependencies (8)
- ca-certificates-java (ca-certificates-utils)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- java-runtime-common
- nss (nss-hgAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR)
- awk (gawk-gitAUR, gawk) (make)
- alsa-lib (optional) – for basic sound support
- gtk2AUR (gtk2-patched-filechooser-icon-viewAUR) (optional) – for Gtk+ look and feel (desktop)
Required by (1803)
- 2009scape (requires java-runtime)
- 2009scape-git (requires java-runtime)
- 2p-kt (requires java-runtime)
- ab-download-manager-bin (requires java-runtime)
- abchr (requires java-runtime)
- abcl-git (requires java-runtime)
- acodec-bin (requires java-runtime)
- acronis-cyber-protect-bin (requires java-runtime)
- activemq (requires java-runtime)
- aesir-launcher (requires java-runtime)
- ahformatter (requires java-runtime) (optional)
- ahmyth-bin (requires java-runtime)
- aio-remote (requires java-runtime)
- airsonic-advanced-bin (requires java-runtime-headless)
- airsonic-advanced-git (requires java-runtime-headless)
- aladin (requires java-runtime)
- alchemist (requires java-runtime)
- alda (requires java-runtime)
- alda-bin (requires java-runtime)
- alda-git (requires java-runtime)
- Show 1783 more...
Latest Comments
1 2 3 Next › Last »
khvalera commented on 2025-03-20 16:56 (UTC)
No file /usr/lib/jvm/java-8-jre/jre/lib/amd64/libnpjp2.so
severach commented on 2022-12-16 05:02 (UTC) (edited on 2022-12-16 05:03 (UTC) by severach)
mv kills
makepkg -eandmakepkg -R. A bin package has no need of those and should be built withmakepkg -scC. These mv look to me like they didn't want the file in the old location leading to install&&rm.They could be but this is how the Arch devs did it. No substantive difference between prepare and package for a bin package.
I like all my related packages to be diff similar so everyone can check that one version doesn't have any hidden strangeness and I can propagate patches across versions easily. If you want to make a major change like this you'll need to push it up through the jdk jre versions.
eclairevoyant commented on 2022-12-11 20:31 (UTC)
Aside from being out of date, there's a lot of actions (edits to files,
rmcommands to clean up the source files) that should be moved toprepare(), and there's not a good reason to usemvwheninstallsuffices (andmvprevents repackaging in general).rekman commented on 2022-11-17 13:25 (UTC)
This appears to be a server-side problem because as of writing none of the links at https://www.java.com/en/download/ work; they all give this error "unrecognized arguments".
severach commented on 2021-02-09 03:58 (UTC) (edited on 2021-02-09 04:00 (UTC) by severach)
I see two types of missing libs.
libavcodecandlibavformathave many versions and use the one that matches the libs on your system. The versions I don't have all show errors and the version I do have (58) shows no errors.libawt,libjvm, and others are Java internals. Because you can have multiple versions of the jvm installed, these libs can't be placed wherelddcan find them. Java must resolve these at runtime to the correct version. This looks like a bug in rebuild-detector forjre8jdk8because manually checkingjdk8-openjdkjdk11jre11libs shows all the same missing libs but are not listed. A quick check with strace shows thatlibjvmis found just fine.bartus commented on 2021-01-24 13:49 (UTC) (edited on 2021-01-24 13:55 (UTC) by bartus)
I've tested
jre8with modifiedrebuild-detectorand there are some dangling symbols and missing shared object. This could be a source of problem whit one of my packages (openboard)Could this missing stuff be fixed by including some extra deps?
Google only finds single reference to
jws_g_list_lengthreferencing oracle community post suggesting archives for old java are corrupted...Erus_Iluvatar commented on 2020-12-18 17:00 (UTC)
Hi, please don't set PKGEXT in you PKGBUILD : this overrides makepkg.conf in which I don't compress packages.
severach commented on 2020-07-08 16:10 (UTC) (edited on 2020-07-08 16:11 (UTC) by severach)
Bumping pkgrel will make everyone upgrade. No need to upgrade when all current installs are just fine. Also, if dropping JCE causes a problem I'd rather hear about it from new users than long time users who's everything suddenly breaks. The drawback of not changing pkgrel is that users who were having a problem won't get a version change to show that their problem is fixed.
aminvakil commented on 2020-07-08 07:07 (UTC)
Just out of curiosity and to be sure, you haven't bumped pkgrel in two latest changes becuase the final package hasn't changed and you have just changed how it downloads and stuff, am I right or was it because of something else?
kristianjgs commented on 2020-07-07 22:21 (UTC)
==> Validating source files with md5sums... jce_policy-8.zip ... FAILED jre-8u251-linux-x64.tar.gz ... Passed policytool-jre8.desktop ... Passed ==> ERROR: One or more files did not pass the validity check!
1 2 3 Next › Last »