wgzhao / Addax

Addax is a versatile open-source ETL tool that can seamlessly transfer data between various RDBMS and NoSQL databases, making it an ideal solution for data migration.

Home Page:https://wgzhao.github.io/Addax/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: windows调试源码包方法抛出'java.lang.NoClassDefFoundError'

wangjiancheng180 opened this issue · comments

What happened?

A bug happened!
2
调试的是4.1.4源码,在加载插件postgresqlreader这个插件类时newInstance()时抛出了这个异常,我看到clazz是有对象的应该是找到了这个类的

Version

4.1.3 (Default)

OS Type

No response

Java JDK Version

Oracle JDK 1.8.0

Relevant log output

No response

在core的pom.xml中引入调试的插件即可