On 03/15/12 06:11, Larry Evans wrote:
[snip]
> after which, the error about IIOP disappeared; however, some other
> errors remained:
> 
> ~/prog_dev/itext/rups/1.0.1 $ java -jar itext-rups-1.0.1.jar
> Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError:
> com/itextpdf/text/DocumentException
>       at com.itextpdf.rups.Rups.startApplication(Rups.java:79)
>       at com.itextpdf.rups.Rups$1.run(Rups.java:55)
>       at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
> .
> .
> .
> 
> How can this error be avoided?
> 
There's:

   com/itextpdf/text/DocumentException.class

in:

 /home/evansl/prog_dev/itext/svn/main/itext/target/itextpdf-5.1.4-SNAPSHOT.jar

However, even adding that to class path failed to work:

~/prog_dev/itext/rups/1.0.1 $ java -classpath
/home/evansl/prog_dev/itext/svn/main/itext/target/itextpdf-5.1.4-SNAPSHOT.jar
-jar itext-rups-1.0.1.jar
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError:
com/itextpdf/text/DocumentException
        at com.itextpdf.rups.Rups.startApplication(Rups.java:79)
        at com.itextpdf.rups.Rups$1.run(Rups.java:55)
.
.
.


Any ideas what I'm doing wrong?

TIA,

-Larry


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to