This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Class or interface `sun.io.CharToByteConverter' not found
- To: Brad Cox <bcox at virtualschool dot edu>
- Subject: Re: Class or interface `sun.io.CharToByteConverter' not found
- From: Tom Tromey <tromey at redhat dot com>
- Date: 06 Nov 2001 09:45:04 -0700
- Cc: java at gcc dot gnu dot org
- References: <71ECB13C-D24C-11D5-8FC0-0005022D9F0A@virtualschool.edu>
- Reply-To: tromey at redhat dot com
>>>>> "Brad" == Brad Cox <bcox@virtualschool.edu> writes:
>> But gcj itself thinks the file is in /usr/local/share/libgcj.jar.
>> Why the discrepancy? How did the file end up where it is?
Brad> Its in both places. I used locate to find them all and picked
Brad> one at random.
Now I'm even more confused. If libgcj.jar is in /usr/local/share/,
where gcj thinks it is, then why isn't gcj finding it?
Tom