This repository was archived by the owner on Aug 11, 2023. It is now read-only.
This repository was archived by the owner on Aug 11, 2023. It is now read-only.
Missing javax.xml.bin for build with Java11 #298
Open
Description
Hi,
rosjava_core can not be build for java11 because javax.xml.bind is not included in version 11 anymore.
I do not really understand the build-details of rosjava so I do not know where to add the depencency. There is javax.xml.bind available with version 2.2.11 on jcenter. So it should be easy to add the depencency.
But in which files?
best regards
Oliver