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 Dec 6, 2024. It is now read-only.
Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/adapters/HexBinaryAdapter
at synapticloop.b2.util.ChecksumHelper.calculateSha1(ChecksumHelper.java:75)
at synapticloop.b2.util.ChecksumHelper.calculateSha1(ChecksumHelper.java:44)
at synapticloop.b2.B2ApiClient.uploadFile(B2ApiClient.java:451)
at synapticloop.b2.B2ApiClient.uploadFile(B2ApiClient.java:434)
I'm currently getting past this by adding --add-modules java.xml.bind as a VM option.
Awesome library btw!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using Java 9 I get the following exception:
I'm currently getting past this by adding
--add-modules java.xml.bind
as a VM option.Awesome library btw!
The text was updated successfully, but these errors were encountered: