Leopard mysql installation and configuration

Data: November 23, 2009
Author:
Link Bian

To study JavaEE development on my new MacBook Pro, I installed mysql yesterday. While, I find chinese character can not be saved. So I spend some time to investigate the configuration of mysql on leopard and record as follows.

Read more

Hibernate 3.3.2 GA - Failed to load class org.slf4j.impl.StaticLoggerBinder

November 22, 2009

This error is reported when the org.slf4j.impl.StaticLoggerBinder class could not be loaded into memory. This happens when no appropriate SLF4J binding could be found on the class path. Placing one (and only one) of slf4j-nop.jar, slf4j-simple.jar, slf4j-log4j12.jar, slf4j-jdk14.jar or logback-classic.jar on the class path should solve the problem.

Got explanation here, and download the needed jar here.