Package Details: jre 24.0.1-1

Git Clone URL: https://aur.archlinux.org/jdk.git (read-only, click to copy)
Package Base: jdk
Description: Oracle Java Runtime Environment
Upstream URL: https://www.oracle.com/java/
Licenses: LicenseRef-custom
Conflicts: jdk
Provides: java-runtime, java-runtime-headless, java-runtime-headless-jdk, java-runtime-jdk24, jre24-jdk, jre24-jdk-headless
Submitter: td123
Maintainer: dbermond
Last Packager: dbermond
Votes: 1088
Popularity: 0.23
First Submitted: 2011-08-27 17:56 (UTC)
Last Updated: 2025-04-16 18:38 (UTC)

Dependencies (13)

Required by (1692)

Sources (9)

Pinned Comments

dbermond commented on 2024-03-19 19:54 (UTC)

  • Important notice:

As was made with the java packages in the official repositories, jdk now provides the jre alongside it, and both packages conflict with each other. During the package upgrade to version 22, act accordingly to your needs. For example, if you have both jdk and jre installed, only jdk will be sufficient, as it now also contains the runtime environment, and jre can be uninstalled. If you have only jre installed, no action is required.

Latest Comments

« First ‹ Previous 1 .. 53 54 55 56 57 58 59 60 61 62 63 .. 82 Next › Last »

JohnnyDeacon commented on 2012-10-30 14:36 (UTC)

I got this error while installing JDK ==> Making package: jdk 7.9-2 (Tue Oct 30 09:33:46 COT 2012) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving Sources... -> Found jdk-7u9-linux-x64.tar.gz -> Found derby-network-server -> Found derby-network-server.conf -> Found java-monitoring-and-management-console.desktop -> Found java-policy-settings.desktop -> Found java-visualvm.desktop -> Found javaws-launcher -> Found jdk.csh -> Found jdk.sh ==> Validating source files with md5sums... jdk-7u9-linux-x64.tar.gz ... FAILED derby-network-server ... Passed derby-network-server.conf ... Passed java-monitoring-and-management-console.desktop ... Passed java-policy-settings.desktop ... Passed java-visualvm.desktop ... Passed javaws-launcher ... Passed jdk.csh ... Passed jdk.sh ... Passed ==> ERROR: One or more files did not pass the validity check! The build failed.

MisterAnderson commented on 2012-10-30 07:38 (UTC)

I read through the comments and saw note about changing PKG_EXT The change is making it fail with aurget at least to install after compiling.

Det commented on 2012-10-26 13:29 (UTC)

So the plugin is or is not enabled?

kalib commented on 2012-10-26 13:13 (UTC)

Well, I need eclipse for java development. But my bank doesn't recognize my jre. :/ that's quite sad.. because I can't install jre without removing jdk. :/

kkl2401 commented on 2012-10-26 11:00 (UTC)

Yes, it is better to have JDK because it contains useful tools (which JRE doesn't) but it is not necessary because Eclipse has its own Java compiler.

Det commented on 2012-10-26 10:46 (UTC)

http://wiki.eclipse.org/Eclipse/Installation#Install_a_JVM: "Regardless of your operating system, you will need to install some Java virtual machine (JVM). You may either install a Java Runtime Environment (JRE), or a Java Development Kit (JDK), depending on what you want to do with Eclipse. If you intend to use Eclipse for Java development, then you should install a JDK (the JDK includes--among other useful things--the source code for the standard Java libraries). If you aren't planning to use Eclipse for Java development and want to save some disk space, install a JRE." It shouldn't be an issue, though. The plugin is the same in both JREs.

kkl2401 commented on 2012-10-26 06:58 (UTC)

kalib: Eclipse (as an application) doesn't actually need JDK, it only needs JRE. If eclipse (as a package) requires jdk (as a package), then you should be safely able to modify the PKGBUILD so that it doesn't.

Det commented on 2012-10-25 22:46 (UTC)

Well, it's there. You checked whether the plugin is disabled?

kalib commented on 2012-10-25 20:28 (UTC)

After the last jdk update, my jre have been removed and now my webbank doesn't recognize that I have java. When trying to install jre again (yaourt -S jre) it says that jdk conflicts with jre. But I can't remove jdk because Eclipse needs it. Any tip?