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.
Search Criteria
Package Details: jre 24.0.1-1
Package Actions
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)
- ca-certificates-utils
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- java-runtime-common
- libx11 (libx11-gitAUR)
- libxext (libxext-gitAUR)
- libxi (libxi-gitAUR)
- libxrender
- libxtst
- python-html2text (make)
- alsa-lib (optional) – for basic sound support
- gtk2 (gtk2-patched-filechooser-icon-viewAUR) (optional) – for the Gtk+ 2 look and feel - desktop usage
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR) (optional) – for the Gtk+ 3 look and feel - desktop usage
Required by (1692)
- 2009scape (requires java-runtime)
- 2009scape-git (requires java-runtime)
- 2p-kt (requires java-runtime)
- abchr (requires java-runtime)
- abcl-git (requires java-runtime)
- abdownloadmanager-bin (requires java-runtime)
- acodec-bin (requires java-runtime)
- acronis-cyber-protect-bin (requires java-runtime)
- activemq (requires java-runtime)
- aechoterm-bin (requires java-runtime)
- ahmyth-bin (requires java-runtime)
- aio-remote (requires java-runtime)
- airsonic (requires java-runtime-headless)
- 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 1672 more...
Sources (9)
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)
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?
Pinned Comments
dbermond commented on 2024-03-19 19:54 (UTC)
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.