Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] javax.xml.bind not found

Hi,

I have a problem with one of my plugins which is using the javax.xml.bind packages to marshal and unmarshal xml classes. The javax.xml.bind is missing in Eclipse 2020-09. So I see exceptions like this one during runtime:

org.eclipse.e4.core.di.InjectionException: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBContext

Also I am not able to do a maven build from Eclipse 2020-09. The strange thing is that the same plugin still works in Eclipse 2020-06 - and I can build it from that platform. I fear that I had missed something important and also I guess my Maven tycho plugins are outdated.

Can someone point me to a example how a Eclipse Plugin with Tycho should look like. Or better can some point me to a eclipse plugin project of the current release train using  javax.xml.bind, so that I can take the correct configuration from there?

Thanks for any hints and help

===
Ralph

--

Imixs Software Solutions GmbH
Web: www.imixs.com Phone: +49 (0)89-452136 16
Office: Agnes-Pockels-Bogen 1, 80992 München
Registergericht: Amtsgericht Muenchen, HRB 136045
Geschaeftsführer: Gaby Heinle u. Ralph Soika

Imixs is an open source company, read more: www.imixs.org


Back to the top