Apache Mina Exception

Ceksuevy

New Member
i have followed this link for my example program using apache mina. these are the lib files which i used with the code. [*]mina-core-2.0.7.jar [*]slf4j-api-1.7.5.jar [*]slf4j-jdk14-1.7.5.jari am getting the following error:\[code\]Exception in thread "main" java.lang.ClassCastException: org.slf4j.impl.JDK14LoggerAdapter cannot be cast to java.util.logging.Logger at minafiletrans.MinaServerHandler.<init>(MinaServerHandler.java:12) at minafiletrans.Minafiletrans.main(Minafiletrans.java:23)Java Result: 1\[/code\]i have added all the required lib files. then why this error occurs for me. any suggestions to solve this error.
 
Top