Package Details: jdk7 7u80-1

Git Clone URL: https://aur.archlinux.org/jdk7.git (read-only, click to copy)
Package Base: jdk7
Description: Oracle Java 7 Development Kit (public release - end of support)
Upstream URL: https://www.oracle.com/technetwork/java/archive-139210.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: joschi
Maintainer: severach
Last Packager: severach
Votes: 133
Popularity: 0.139208
First Submitted: 2013-09-11 18:22 (UTC)
Last Updated: 2020-07-23 00:42 (UTC)

Dependencies (10)

Required by (2712)

Sources (7)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 Next › Last »

k2s commented on 2014-03-25 13:10 (UTC)

Installing of JDK7 package if JDK package is installed doesn't work. I had to fix conflicts property to: conflicts=("${provides[@]}" "${provides[@]/${_major}/8}")

joschi commented on 2014-03-17 22:06 (UTC)

@Det Thanks! I've updated the PKGBUILD.

Det commented on 2014-03-17 20:57 (UTC)

The download doesn't work anymore. I currently use: DLAGENTS=('http::/usr/bin/curl -LC - -b "oraclelicense=a" -O')

Det commented on 2014-03-17 20:56 (UTC)

Also, the download doesn't work anymore. I currently use: DLAGENTS=('http::/usr/bin/curl -LC - -b "oraclelicense=a" -O')

Det commented on 2014-02-09 10:11 (UTC)

FYI, if you're installing the scripts in /etc/profile.d/, then the whole symlinking to /usr/bin/ is unnecessary.

sschober commented on 2013-12-03 17:35 (UTC)

Symlinking is broken for me (cannot find `/opt/java/bin`, if no version of jdk is installed already). This patch fixes it (though not very elegantly): https://gist.github.com/sschober/7773626

ryenus commented on 2013-08-26 14:45 (UTC)

Maybe those *.desktop and /etc/profile.d/jdk*.sh stuff should only be relevant to the *current* jdk(or possibly jre?) I think it's enough for jdk*-compat only provide the /opt/java* stuff. or maybe the /etc/profile.d/jdk*.sh stuff should only be symbol links pointing to stuff something elsewhere. The for-now jdk6-compat package is incomplete and depending on jre6-compat which conflicts with other java packages (as it provides java-runtime) is making it useless. @Nowaker, I wish you fix all these *-compat packages once for all. Thank you!

Det commented on 2013-06-19 09:02 (UTC)

Good luck with that. It was really frustrating to try it out with jre-/jdk-devel.

Nowaker commented on 2013-06-12 00:32 (UTC)

Upgraded to the newest available version without any significant changes to tke PKGBUILD. I'm currently discussing with Guillaume Alaux how we should rewrite all JRE/JDKs packages (both official and AUR ones) so they never conflict each other, automatically set JAVA_HOME, and Java can be used in systemd services. Please stay tuned. :)

Nowaker commented on 2013-06-09 10:59 (UTC)

Sorry, forgot about the package, give me a few days to fix it.