I confirm that with java 10 I had to add javax.xml.bind:jaxb-api:2.3.0
maven archive, and also javax.activation:activation:1.1.1 .
All works fine with it
On 03/05/2018 01:28, Emmanuel Bourg wrote:
Le 03/05/2018 à 00:42, Jerry Malcolm a écrit :
Thanks for the input. I haven't been keeping up
Le 03/05/2018 à 00:42, Jerry Malcolm a écrit :
> Thanks for the input. I haven't been keeping up with Java EE for a
> while. I tried to download EE instead of SE and got a few gigabytes of
> "GlassFish server". Couldn't even find the jaxb jar files in that
> package. I haven't researched what
On 5/2/2018 4:37 PM, Emmanuel Bourg wrote:
Le 02/05/2018 à 23:14, Jerry Malcolm a écrit :
I just did a clean install of TC 9 on a new system. I downloaded the
latest JDK, (10). My code started getting errors about JAXB Exception
class not found. I had already faced this with the JAMES install
Le 02/05/2018 à 23:14, Jerry Malcolm a écrit :
> I just did a clean install of TC 9 on a new system. I downloaded the
> latest JDK, (10). My code started getting errors about JAXB Exception
> class not found. I had already faced this with the JAMES installation
> and found out JAXB was removed i
I just did a clean install of TC 9 on a new system. I downloaded the
latest JDK, (10). My code started getting errors about JAXB Exception
class not found. I had already faced this with the JAMES installation
and found out JAXB was removed in Java 9+, but was still available if
called out.