You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jetty version
10.x
Because of slf4j the simple command doesn't work anymore:
java -cp jetty-util/target/jetty-util-10.0.1-SNAPSHOT.jar org.eclipse.jetty.util.security.Password
Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
at org.eclipse.jetty.util.security.Credential.<clinit>(Credential.java:43)
Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
... 1 more
The text was updated successfully, but these errors were encountered:
Jetty version
10.x
Because of slf4j the simple command doesn't work anymore:
The text was updated successfully, but these errors were encountered: