silktest - How can I run a Silk4J test from the command line? -
i have read official microfocus article "how can run silk4j test command line?" doing described results in message
exception in thread "main" java.lang.noclassdeffounderror: org/slf4j/logger @ org.apache.logging.slf4j.slf4jloggercontext.getlogger(slf4jloggercontext.java:41)
so seems there more jars added class path described in article, 2013.
it turns out had many jar files in classpath.
removing following jars enhanced situation:
log4j-to-slf4j-2.0.2.jar
log4j-to-slf4j-2.0.2-javadoc.jar
log4j-to-slf4j-2.0.2-sources.jar
log4j-slf4j-impl-2.0.2.jar
log4j-slf4j-impl-2.0.2-javadoc.jar
log4j-slf4j-impl-2.0.2-sources.jar
(where javadoc , sources not issue).
Comments
Post a Comment