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


I'm on track now; the symptoms I reported earlier disappeared with the 
explicit -I trick so I've moved ahead. libgcj is behaving as it should 
(below). A short between the ears no doubt.

Thanks for the help!!

PS: Where can I go to learn Classpath/AWT progress? I understand more of 
it is working now.

On Monday, November 5, 2001, at 05:03 PM, Tom Tromey wrote:

> With a relatively recent gcj 3.1, you can use `gcj -v' to see the
> search path.  Try it without the `-I...libgcj.jar' to see what is
> built in to gcj.  Maybe this will give us a clue as to what is going
> on.

Modified like this

> %.o: %.java
>         @echo Compiling $<
>         @/usr/local/bin/gcj -v -c -O2  -o $@
> 			-I/mybank/WEB-INF/lib/servlet.jar $<

:!make
Compiling au/net/aba/crypto/provider/RSAKeyFactory.java
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-
gnu/3.1/../../../libgcj.spec
rename spec lib to liborig
Configured with: ../gcc.3.1.cvs.src/configure
Thread model: single
gcc version 3.1 20010827 (experimental)
  /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.1/jc1 
au/net/aba/crypto/provider/RSAKeyFactory.java -fno-use-divide-subroutine 
-fuse-boehm-gc -fnon-call-exceptions -fkeep-inline-functions -quiet 
-dumpbase RSAKeyFactory.java -O2 -version -I/mybank/WEB-
INF/lib/servlet.jar -o /tmp/cc47noGw.s
GNU Java version 3.1 20010827 (experimental) (i686-pc-linux-gnu)
         compiled by GNU C version 3.1 20010827 (experimental).
Class path starts here:
     /mybank/WEB-INF/lib/servlet.jar/ (zip)
     ./
     /usr/local/share/libgcj.jar/ (system) (zip)


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