You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Do you have a link with some documentation regarding the bind file? I'm not familiar with the details of Java 11.
Rosjava uses Gradle, perhaps checking out Gradle documentation to build with Java 11 is a good starting point?
If you find a backwards-compatible way of supporting Java 11, feel free to send a PR.
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
The text was updated successfully, but these errors were encountered: