>
> I am new to iText. When I tried to comile iText using ANT,
>
> the folloing errors happened.
>
>
>
> [javac] C:\Download\iText\src\core\com\lowagie\text\pdf\PdfPKCS7.java:1096:
> cannot find symbol
> [javac] symbol : class DERObjectIdentifier
> [javac] location: class com.lowagie.text.pdf.PdfPKCS7.X509Name
> [javac] public static final DERObjectIdentifier INITIALS = new DEROb
> jectIdentifier("2.5.4.43");
>
>

Just as a general strategy, not meant to replace 
someone who knows the answer, if you grep the code for
the questionable symbol you can probably
determine where it "should be." In this case,
it seems to come from something called bouncycastle if
that helps,


$ for f in `cat xxx` ; do grep  "import.*DERObject" "$f" ;done
import org.bouncycastle.asn1.DERObject;
import org.bouncycastle.asn1.DERObjectIdentifier;
import org.bouncycastle.asn1.DERObject;
import org.bouncycastle.asn1.DERObjectIdentifier;

You can then determine if you have this and need to fix classpath or need to 
get the jar/source.







>
> I am using JDK1.6.0_12.
>
>
>
> I think something is wrong with my environment settings.
>
> Please advice.
>
> Thanks
>
>
>
> Ronald
>
> ________________________________
> あなたはもう応募した? 豪華賞品が当たる。写真コンテスト いよいよコンテスト第二弾スタート

_________________________________________________________________
Windows Live™: Life without walls.
http://windowslive.com/explore?ocid=TXT_TAGLM_WL_allup_1a_explore_032009
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
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