SQuirreL添加新驱动程序发生ERROR slf4j / LoggerFactory

时间:2018-02-01 12:40:27

标签: squirrel-sql clickhouse

刚刚安装了SQuirreL 3.8.1

尝试添加新的jdbc驱动程序
enter image description here

然后我点击确定按钮
我看到这一个 enter image description here

松鼠错误日志

2018-02-01 15:31:41,420 [AWT-EventQueue-1] ERROR net.sourceforge.squirrel_sql.client.Application  - java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory  

我应该做什么?

1 个答案:

答案 0 :(得分:0)

尝试在maven上安装jdbc驱动程序 你的松鼠安装没有看到其他yandex jdbc依赖

点击此处https://mvnrepository.com/artifact/ru.yandex.clickhouse/clickhouse-jdbc/0.1.36

aslo你可以尝试编译带有依赖项的jar本身使用以下命令:

git clone https://github.com/yandex/clickhouse-jdbc.git
cd clickhouse-jdbc
mvn package assembly:single -DskipTests=true