This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Class or interface `sun.io.CharToByteConverter' not found


Tom Tromey wrote:

>Here's your problem.
>The -I option you mentioned in your other email is this:
>
>    -I/usr/local/gcc.3.1/share/libgcj.jar
>
>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?
>

IIRC, GCJ used to have a problem where if you moved the gcc tree 
somewhere else after installation, it couldn't find libgcj.jar because 
it was using a compiled in path, rather than a location relative to 
where the compiler itself is running from. Did we ever fix that?

regards

Bryce.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]