oktadev / auth0-java-reactive-examples

Reactive Java REST API Examples
Apache License 2.0
2 stars 2 forks source link

Convert frameworks to be reactive #1

Closed mraible closed 5 months ago

mraible commented 5 months ago

@SentryMan When I try to run java -jar target/helidon-se.jar, I get an error:

Error: Unable to initialize main class com.okta.rest.HelloApplication
Caused by: java.lang.NoClassDefFoundError: io/helidon/security/spi/SecurityProvider

Any ideas?

Update: Strangely enough, it does work when I build it as a native image and run it.