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
With Java 9 installed I get this error when I try to start the program:
java -jar ./androidscreencast-0.0.10s-SNAPSHOT.jar
Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
at com.github.xsavikx.androidscreencast.Main.<clinit>(Main.java:12)
Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory
at jdk.internal.loader.BuiltinClassLoader.loadClass(java.base@9-internal/BuiltinClassLoader.java:366)
at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(java.base@9-internal/ClassLoaders.java:184)
at java.lang.ClassLoader.loadClass(java.base@9-internal/ClassLoader.java:419)
The text was updated successfully, but these errors were encountered:
With Java 9 installed I get this error when I try to start the program:
The text was updated successfully, but these errors were encountered: