[email protected] wrote:
> Hi List,
>
> ERROR:
> I have a problem compiling the jdk 1.3 branch of itext using eclipse.
> It gives me this error:
>  [...]


This must be a problem with your setup as it works fine from the command
line using the following commands:

------------
svn co
https://itext.svn.sourceforge.net/svnroot/itext/branches/iText-jdk13 .

export JAVA_HOME=/usr/java/jdk1.3.1_20

export PATH=$JAVA_HOME/bin:$PATH

which javac
   /usr/java/jdk1.3.1_20/bin/javac

cd src

ant jar
--------------

and that works fine.


Best regards,

Xavier Le Vourch



> The type Class is not generic; it cannot be parameterized with arguments <? 
> extends Throwable>  Anchor.java
> itext1.3/src/core/com/lowagie/text  line 1      Java Problem
> 
> I've installed JDK 1.3.1_20 and configured eclipse accordingly to the 
> "tutorial using eclipse to create own itext jars".
> 
> GOAL:
> What I want to achieve in the long run is to create PDFs from a notes 
> database. The documents that reside in there have
> attachements. The PDF should contain the notes documents as well as the 
> attachments. I'm pretty sure how to get to this but
> failing at the very beginning :-(
> 
> MY BACKGROUND:
> I'm a newb at java, so please be gentle, but I've surely googled and read the 
> faq with no result.
> 
> MY (WEB)RESOURCES:
> 
> Source Code Branch: 
> http://itext.svn.sourceforge.net/viewvc/itext/branches/iText-jdk13.tar.gz?view=tar
> Tutorial using Eclipse to create own itext jar: 
> http://www.lowagie.com/iText/svn.html
> Only matching google entry with same problem (unsolved):
> http://www.nabble.com/compiling-iText-jdk13-using-Domino-6.5.-The-type-Class-is-not-generic-for-Anchor.java-td20186745.html
> 
> Thanks a heap for all suggestions
> 
> Cheers. Jens
> 
> 
> ==============================================
> Erleben Sie Hansgrohe mit Original Design Innovationen 
> auf der ISH 2009 in Frankfurt am Main:
> 10. bis 14. Maerz 2009,  Halle 2.0, Stand A.02
> 
> You are kindly invited to experience Hansgrohe original design innovations 
> at the ISH fair 2009 in Frankfurt am Main:
> March 10 to 14, 2009,  Hall 2.0, Stand A.02
> ==============================================
> 
> --------------------------------------------------------------------
> Hansgrohe AG
> Sitz:
> Auestr. 5-9
> D-77761 Schiltach
> Tel.: +49 7836 51-0
> Fax: +49 7836 51-1300
> E-Mail: [email protected]
> Internet: http://www.hansgrohe.com
> 
> Handelsregister
> Amtsgericht Stuttgart HRB 481038
> UST.-IDNR.: DE 812782725
> 
> Vorstand:
> Siegfried Gaensslen (Vorsitzender), Richard Grohe (stellv. 
> Vorstandsvorsitzender), Karl-Heinz Hammann, Otto Schinle
> Aufsichtsratsvorsitzender:
> Klaus Grohe
> --------------------------------------------------------------------
> Diese E-Mail enthaelt vertrauliche und / oder rechtlich geschuetzte 
> Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail 
> irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und 
> vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte 
> Weitergabe dieser Mail ist nicht gestattet.
> 
> This e-mail may contain confidential and/or privileged information. If you 
> are not the intended recipient (or have received this e-mail in error) please 
> notify the sender immediately and destroy this e-mail. Any unauthorized 
> copying, disclosure or distribution of the material in this e-mail is 
> strictly forbidden.
> 
> 
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> iText-questions mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> 
> Buy the iText book: http://www.1t3xt.com/docs/book.php


-- 
Xavier Le Vourch

PGP Key (ID 0x896C5947): http://xlv-labs.com/gpg_key.asc
Key fingerprint: 73B3 6370 B8C5 4325 F2D8  4115 0372 5805 896C 5947

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to