使用dorkbox实现跨平台trayicon时会引发以下错误
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions prior to 1.8.
SLF4J: Ignoring binding found at [jar:file:/home/ioss/Downloads/slf4j-simple-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#ignoredBindings for an explanation.
Exception in thread "main" java.lang.ExceptionInInitializerError
also
Caused by: java.lang.RuntimeException: Uncompilable source code - package dorkbox.executor does not exist
我在哪里可以下载软件包dorkbox.executor
。以及如何解决以上问题?