在centos7上使用Eclipse运行代码,出错

java运行界面:

img


所配备jar包:

img


报错:

img


Error occurred during initialization of boot layer
java.lang.module.FindException: Unable to derive module descriptor for /opt/module/hadoop-3.1.3/share/hadoop/common/lib/htrace-core4-4.1.0-incubating.jar
Caused by: java.lang.module.InvalidModuleDescriptorException: Provider class com.fasterxml.jackson.core.JsonFactory not in module

自己尝试解决:
删除了module-info.java这个文件,还是不行

你用的是java9或者以上版本吧