[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/

Reply via email to