This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
current CVS: load errors?
- From: Nic Ferrier <nferrier at tf1 dot tapsellferrier dot co dot uk>
- To: java at gcc dot gnu dot org
- Date: Tue, 11 Dec 2001 23:10:53 +0000
- Subject: current CVS: load errors?
I'm trying to prepapre my socket patch (after many fatal machine
problems) but I'm having trouble with the latest CVS.
When I try to load a jar file (with a Main-Class attribute for
pointing to the class to run) I get the following exception:
Exception in thread "main" java.lang.NoClassDefFoundError: gnu.paperclips.boot.webappd
at 0x401dc7db: java.lang.Throwable.Throwable(java.lang.String) (/home/nferrier/projects/gnu/gcc/local/lib/libgcj.so.2)
at 0x401d1c50: java.lang.Error.Error(java.lang.String) (/home/nferrier/projects/gnu/gcc/local/lib/libgcj.so.2)
at 0x401d3c80: java.lang.LinkageError.LinkageError(java.lang.String) (/home/nferrier/projects/gnu/gcc/local/lib/libgcj.so.2)
at 0x401d5340: java.lang.NoClassDefFoundError.NoClassDefFoundError(java.lang.String) (/home/nferrier/projects/gnu/gcc/local/lib/libgcj.so.2)
at 0x40236d9f: gnu.gcj.runtime.FirstThread.run() (/home/nferrier/projects/gnu/gcc/local/lib/libgcj.so.2)
at 0x401c59e6: _Jv_ThreadRun(java.lang.Thread) (/home/nferrier/projects/gnu/gcc/local/lib/libgcj.so.2)
at 0x4019f7f4: _Jv_RunMain(java.lang.Class, byte const, int, byte const, boolean) (/home/nferrier/projects/gnu/gcc/local/lib/libgcj.so.2)
at 0x08048c58: main (/home/nferrier/projects/gnu/gcc/nics-changes-obj/i586-pc-linux-gnu/libjava/../../../gcc-nics-changes/libjava/gij.cc:140)
at 0x405df65f: __libc_start_main (/lib/libc.so.6)
at 0x080488a1: _start (??:0)
This is annoying... I'd like to test my code with the latest CVS so as
to be sure it's ok.
Is there a baseline tag at the moment? or does someone know what's
wrong with the current head revision?
Nic