[ 
https://issues.apache.org/jira/browse/PDFBOX-5303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433213#comment-17433213
 ] 

Tilman Hausherr edited comment on PDFBOX-5303 at 10/23/21, 4:07 AM:
--------------------------------------------------------------------

We can't include them because of the license.

I agree re website. Where did you download it? The jakarta website 
https://eclipse-ee4j.github.io/jaxb-ri/ is confusing.

We do it automatically with maven when building
{code}
<dependencies>
    <dependency>
        <groupId>javax.xml.bind</groupId>
        <artifactId>jaxb-api</artifactId>
        <version>2.3.1</version>
    </dependency>
    <dependency>
        <groupId>javax.activation</groupId>
        <artifactId>activation</artifactId>
        <version>1.1.1</version>
    </dependency>
</dependencies>
{code}

so the files would be this:
https://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar
https://repo1.maven.org/maven2/javax/activation/activation/1.1.1/activation-1.1.1.jar


was (Author: tilman):
We can't include them because of the license.

I agree re website. Where did you download it? The jakarta website 
https://eclipse-ee4j.github.io/jaxb-ri/ is confusing.

We do it automatically with maven when building, so the files would be this:
https://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar
https://repo1.maven.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar
or
https://repo1.maven.org/maven2/javax/activation/activation/1.1.1/activation-1.1.1.jar

> preflight-app fails on Java 11+ with NoClassDefFoundError: 
> javax/activation/DataSource
> --------------------------------------------------------------------------------------
>
>                 Key: PDFBOX-5303
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-5303
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 2.0.24
>            Reporter: Sebb
>            Priority: Major
>
> As the subject says.
> I could only get the app to work on Java8 and Java7



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to