Oh shit! Of course you're right! I didn't consider the package! I think you're right and i should go sleeping now ;-) Thanks a lot
-------- Original-Nachricht -------- Datum: Thu, 18 Jan 2007 11:09:08 +0100 Von: "Bruno Lowagie (iText)" <[EMAIL PROTECTED]> An: Post all your questions about iText here <[email protected]> Betreff: Re: [iText-questions] java.lang.NoClassDefFoundError > [EMAIL PROTECTED] wrote: > > Oh sorry, I executed > > > > java -cp "itext-1.4.7.jar;." Register > > > > of course (Register.class is in the current directory!) > > And of course that's what's wrong. > It should be in the directory that is given in the error message: > > > Exception in thread "main" java.lang.NoClassDefFoundError: Register > (wrong name: > > com/lowagie/examples/general/copystamp/Register) > > The Register class is in package com.lowagie.examples.general.copystamp > and should therefore be in the directory as indicated by the exception. > br, > Bruno > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > Buy the iText book: http://itext.ugent.be/itext-in-action/ -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
