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: tromey at redhat dot com
- Subject: Re: Class or interface `sun.io.CharToByteConverter' not found
- From: Brad Cox <bcox at virtualschool dot edu>
- Date: Mon, 5 Nov 2001 16:27:11 -0500
- Cc: java at gcc dot gnu dot org
On Monday, November 5, 2001, at 04:27 PM, Tom Tromey wrote:
> You probably have CLASSPATH set. That might result in gcj pulling in
> the wrong thing.
Nope; I avoid CLASSPATH like the plague
[bcox@linux share]$ echo $CLASSPATH
Managed to make some progress like this
%.o: %.java
@echo Compling $<
@/usr/local/bin/gcj -c -O2 -o $@ \
-I/usr/local/gcc.3.1/share/libgcj.jar \
-I/mybank/WEB-INF/lib/servlet.jar $<
But I could have sworn libgcj was supposed to be included automatically.