ADAL for java: Resolving dependencies for java client app sample
问题 Are there any instructions available to run public-client-app-sample in ADAL for Java ? After building the sample jar and library jar files, an attempt to run "java -cp adal4j-0.1.0.jar;public-client-app-sample.jar PublicClient" yields (after entering the credentials) Exception in thread "main" java.lang.NoClassDefFoundError: com/nimbusds/oauth2/s dk/AuthorizationGrant. What would be the appropriate classpath or is there a maven target? 回答1: I just updated the code to include exec plugin in