kikovalle / PLGSharepointRestAPI-java

Easy to use wrapper for the Sharepoint Rest API v1. Even if this is not a full implementation it covers most common use cases and provides examples to extending this API.
MIT License
42 stars 32 forks source link

NoClassDefFoundError #73

Open mdu39170 opened 1 month ago

mdu39170 commented 1 month ago

Hi,

when I test this API and initialize the PLGSharepointClientOnline object, I get this error message: Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/soap/SOAPException

Any idea of ​​the problem?

THANKS

kikovalle commented 1 month ago

Looks like its a problem caused due to the usage of a newer version of java JVM. Need to find some time to adapt code to Java17+ as there are some packages that have changed names (javax was renamed jakartax). Running it with an older java version should fix the issue

El lun, 23 sept 2024 a las 12:11, mdu39170 @.***>) escribió:

Hi,

when I test this API and initialize the PLGSharepointClientOnline object, I get this error message: Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/soap/SOAPException

Any idea of ​​the problem?

THANKS

— Reply to this email directly, view it on GitHub https://github.com/kikovalle/PLGSharepointRestAPI-java/issues/73, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEXV7KCDMLGHFBMXZWUCEGLZX7SOZAVCNFSM6AAAAABOVXGLTGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU2DEMJWHA2TSMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>