Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: after a recent update, java disappeared. I found it in a strange location: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25-2.3.10.10.fc19.x86_64/bin/java but it is not in the path. Version-Release number of selected component (if applicable): java-1.7.0-openjdk 1.7.0.25 2.3.10.10.fc19 How reproducible: always Steps to Reproduce: 1. open a terminal 2. type java Actual results: bash: java : commande introuvable Expected results: launch java Additional info: alternatives --display java says: Current `best' version is /usr/lib/jvm/jre-1.7.0-openjdk.x86_64/bin/java but directory /usr/lib/jvm/jre-1.7.0-openjdk.x86_64 does not exist.
Could you try updating to java-1.7.0-openjdk-1.7.0.25-2.3.12.3.fc19. It fixes a couple of problems with alternatives[1]. This should bring in the new version for you: $ sudo yum update java-1.7.0-openjdk [1] https://admin.fedoraproject.org/updates/FEDORA-2013-13923/java-1.7.0-openjdk-1.7.0.25-2.3.12.3.fc19
Thanks, fixed!