Azure-Samples / ms-identity-java-desktop

A desktop application in Java calling Microsoft Graph API
MIT License
22 stars 24 forks source link

NoClassDefFoundError: net/minidev/json/JSONAware #23

Open Alex-Riolo opened 2 years ago

Alex-Riolo commented 2 years ago

Hi, when trying to run the sample application, i am getting the NoClassDefFoundError: net/minidev/json/JSONAware in the MSAL library com.microsoft.aad.msal4j.PublicClientApplication.(PublicClientApplication.java:124)

anyone found a workaround for this?