Bug 155585 - incorrect classpath: /usr/share/java/libgcj-3.4.2.jar
Summary: incorrect classpath: /usr/share/java/libgcj-3.4.2.jar
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: java-1.4.2-gcj-compat
Version: 3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Thomas Fitzsimmons
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-04-21 16:49 UTC by Mathias Gug
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-04-21 17:03:40 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.