luigiDC schrieb:
Hi EveryBody!!!
I'm really new with wicket, i just have using it for a week.
I maked all my examples with wicket 1.2.6, and i didn't have any problem,
but now i wanna try wicket 1.3.1, and my problem start when in my screen
appear this problem:
java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
org.apache.wicket.protocol.http.WicketServlet.<clinit>(WicketServlet.java:102
I have read that wicket 1.3.1 depends on slf4j, and i know that wicket 1.3.1
doesn't work with out this library. I have downloaded this jars,
slf4j-jcl-1.5.0-sources.jar and slf4j-jcl-1.5.0.jar, when I add to my
project the first one, the class not found is LoggerFactory, and when I add
the secon one, the class missed is org/slf4j/impl/StaticLoggerBinder.java.
You need at least:
slf4j-api-1.5.0.jar and one implementation, e.g.
- slf4j-jcl-1.5.0.jar or
- slf4j-log4j12-1.5.0.jar
If you choose the latter you need the log4j-1.2.x.jar as well.
HTH, Kai
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]