azure - ADAL for java: Resolving dependencies for java client app sample -


are there instructions available run public-client-app-sample in adal java ? after building sample jar , library jar files, attempt run "java -cp adal4j-0.1.0.jar;public-client-app-sample.jar publicclient" yields (after entering credentials) exception in thread "main" java.lang.noclassdeffounderror: com/nimbusds/oauth2/s dk/authorizationgrant. appropriate classpath or there maven target?

i updated code include exec plugin in sample. use mvn exec:java run sample. verified works


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -