The type org.apache.commons.logging.Log cannot be resolved. It is indirectly ref

The type org.apache.commons.logging.Log cannot be resolved. It is indirectly referenced from required .class files

缺少 org.apache.commons.logging.Log 对应的jar包,用ctrl+shift+t 找到jar包 拷到对应报错工程即可解决

同理
The type org.apache.commons.cli.Options cannot be resolved. It is indirectly referenced from required .class files

你可能感兴趣的:(cannot,Resolved,缺少jar包,be)