This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libgcj/12908] gnu.gcj.convert.Input_UTF8 not found


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12908



------- Additional Comments From oyvind dot harboe at zylin dot com  2003-11-05 19:42 -------
I don't think the .class files generated by Eclipse are to blame:


C:\eclipse\workspace\SendMail>\wingcc\bin\gcj -C HelloWorld.java

C:\eclipse\workspace\SendMail>\wingcc\bin\gcj --main=HelloWorld -o hello HelloWo
rld.class

C:\eclipse\workspace\SendMail>hello
Exception in thread "main" java.lang.NoClassDefFoundError: gnu.gcj.convert.Input
_UTF8 not found in [file:.\, core:/]
   at __ZN10HelloWorld6class$$EPN4java4lang6StringE (C:\eclipse\workspace\SendMa
il\HelloWorld.class)
   at __ZN10HelloWorld18__U3c_clinit__U3e_Ev (C:\eclipse\workspace\SendMail\Hell
oWorld.class)
   at __ZN10HelloWorld4mainEP6JArrayIPN4java4lang6StringEE (C:\eclipse\workspace
\SendMail\HelloWorld.class)
   at _main (c:\temp\ccawbaaa.i)

C:\eclipse\workspace\SendMail>


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