Bug 991340

Summary: java disappeared
Product: [Fedora] Fedora Reporter: Frédéric <ufospoke>
Component: java-1.7.0-openjdkAssignee: Severin Gehwolf <sgehwolf>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: ahughes, dbhole, jerboaa, jvanek, omajid, sgehwolf
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-02 17:06:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Frédéric 2013-08-02 07:55:07 UTC
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.

Comment 1 Severin Gehwolf 2013-08-02 10:52:50 UTC
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

Comment 2 Frédéric 2013-08-02 17:00:53 UTC
Thanks, fixed!