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]
Other format: [Raw text]

Re: Debugging libgcj on cygwin


>>>>> "Thomas" == Thomas Pfaff <tpfaff@gmx.net> writes:

Thomas> When running the testsuite from the libjava directory
Thomas> gnu.gcj.convert.UnicodeToBytes.getDefaultEncoder() tries to load the
Thomas> encoder class for "gnu.gcj.convert.Output_ASCII". It will search for
Thomas> this class on the filesystem first and sees that a class exists at
Thomas> "./gnu/gcj/convert/Output_ASCII.class".

You must be linking statically, because ordinarily this class is found
in libgcj.  Try making sure this class is linked into your program.

Tom


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