Bug 155585

Summary: incorrect classpath: /usr/share/java/libgcj-3.4.2.jar
Product: [Fedora] Fedora Reporter: Mathias Gug <mgug>
Component: java-1.4.2-gcj-compatAssignee: Thomas Fitzsimmons <fitzsim>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-21 17:03:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mathias Gug 2005-04-21 16:49:34 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050323 Firefox/1.0.2 Fedora/1.0.2-1.3.1

Description of problem:
# javac

< help message >

incorrect classpath: /usr/share/java/libgcj-3.4.2.jar

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. javac
2.
3.
  

Additional info:

Same bug as 133898.

Comment 1 Thomas Fitzsimmons 2005-04-21 16:56:24 UTC
I fixed this a long time ago in Rawhide.  If you're not interested in updating,
a possible workaround is to replace the hard-coded libgcj-3.4.2.jar part in
/usr/bin/javac with:

libgcj-`gcj --version | head -n 1 | awk '{ print $3 }'`.jar


Comment 2 Mathias Gug 2005-04-21 17:03:40 UTC
It works. Thank you.