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


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.


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