This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: current CVS: load errors?
- From: Tom Tromey <tromey at redhat dot com>
- To: Nic Ferrier <nferrier at tf1 dot tapsellferrier dot co dot uk>
- Cc: java at gcc dot gnu dot org
- Date: 11 Dec 2001 23:09:10 -0700
- Subject: Re: current CVS: load errors?
- References: <E16Dw33-0008Ra-00@tf1.tapsellferrier.co.uk>
- Reply-to: tromey at redhat dot com
>>>>> "Nic" == Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk> writes:
Nic> I'm trying to prepapre my socket patch (after many fatal machine
Nic> problems) but I'm having trouble with the latest CVS.
Nic> When I try to load a jar file (with a Main-Class attribute for
Nic> pointing to the class to run) I get the following exception:
Nic> Exception in thread "main" java.lang.NoClassDefFoundError: gnu.paperclips.boot.webappd
Nic> Is there a baseline tag at the moment? or does someone know
Nic> what's wrong with the current head revision?
Nothing's wrong that I'm aware of. But something could have broken, I
suppose. Do you have a simple test case? Or is your jar file
self-contained enough that I could easily take a look at it?
Tom