@klingt.net @det
this is embarrassing, I just rebooted my PC and everything is fine
BTW:
-I tried archlinux-java fix and it didn't worked
-I never set JAVAHOME
Search Criteria
Package Details: jre 23.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-jdk23, jre23-jdk, jre23-jdk-headless |
Submitter: | td123 |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 1086 |
Popularity: | 0.127026 |
First Submitted: | 2011-08-27 17:56 (UTC) |
Last Updated: | 2024-11-16 14:08 (UTC) |
Dependencies (12)
- ca-certificates-utils
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- 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-maemoAUR, gtk2-patched-filechooser-icon-viewAUR) (optional) – for the Gtk+ 2 look and feel - desktop usage
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (optional) – for the Gtk+ 3 look and feel - desktop usage
Required by (1730)
- 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)
- airsonic-git (requires java-runtime-headless)
- aladin (requires java-runtime)
- alchemist (requires java-runtime)
- alda (requires java-runtime)
- alda-bin (requires java-runtime)
- Show 1710 more...
Sources (9)
Latest Comments
« First ‹ Previous 1 .. 30 31 32 33 34 35 36 37 38 39 40 .. 81 Next › Last »
<deleted-account> commented on 2014-09-03 20:33 (UTC)
Det commented on 2014-09-03 20:15 (UTC)
Uhh.. so what happens when you run:
# archlinux-java fix
Also, what's the version of your 'java-common' (should be 1-6), and the output of:
$ archlinux-java status
I just retried the upgrade, and I still get the same /usr/bin/java (-> /usr/lib/java-common-wrapper) content, which is:
#!/bin/bash
exec "${JAVA_HOME:-/usr/lib/jvm/default}/bin/${0##*/}" "$@"
E: It might also be enough to just "unset JAVA_HOME", "source /etc/profile" or reboot. Any of those to update the JAVA_HOME variable.
klingt.net commented on 2014-09-03 19:58 (UTC)
@simonorono
confirmed, same here
<deleted-account> commented on 2014-09-03 17:10 (UTC)
After the last update, when I try to run Java I get the following:
/usr/bin/java: line 2: /opt/java/bin/java: No such file or directory
<deleted-account> commented on 2014-09-03 14:01 (UTC)
@Det will that must be done on every update?
Det commented on 2014-09-03 13:43 (UTC)
@simonorono, I just told how to fix that?:
1) # rm -r /usr/share/licenses/jdk/
2) install 8u20-2
<deleted-account> commented on 2014-09-03 13:41 (UTC)
I'm getting this:
error: failed to commit transaction (conflicting files)
jdk: /usr/share/licenses/jdk exists in filesystem
Errors occurred, no packages were upgraded.
BunBum commented on 2014-09-03 11:37 (UTC)
Sorry, my mistake... :-/
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.