Azure-Samples / ms-identity-java-desktop

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

NoClassDefFoundError: net/minidev/json/JSONAware #23

Open Alex-Riolo opened 1 year ago

Alex-Riolo commented 1 year 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?