I am trying to compile iText 2.7.1 code in a maven project. This code has a dependency to com.sun.pdfview. I know about the guide to coping with Sun jars, but it is not in the list.

Anyone has a solution? Where can I find it?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted
<dependency>
    <groupId>com.kenai.nbpwr</groupId>
    <artifactId>com-sun-pdfview</artifactId>
    <version>1.0.5-201003191900</version>
    <type>nbm</type>
</dependency>

http://search.maven.org/#search%7Cga%7C1%7Cpdfview

link|improve this answer
feedback

Project page including the source at pdf-renderer

After compiling it to jar, following explains how to include it in maven maven include jars

link|improve this answer
Yes, I found that and checked-out the code to include it in me project as a workaround. May be someone has a maven solution... – JVerstry Jun 11 '11 at 10:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.