打包JAR错误 Class files on classpath not found or not accessible for 问题的解决

打包JAR错误 Class files on classpath not found or not accessible for 问题的解决

用ECLIPSE的打包工具打JAR包时提示错误
JAR creation failed. See details for additional information.
Exported with compile warnings: codeconch_common/src/com/codeconch/common/date/DateUtil.java
Exported with compile warnings: codeconch_common/src/com/codeconch/common/file/ConverEncoding.java
Exported with compile warnings: codeconch_common/src/com/codeconch/json/JsonMapper.java
Exported with compile warnings: codeconch_common/src/com/codeconch/os/Linux.java
Class files on classpath not found or not accessible for: ‘codeconch_common/src/com/codeconch/ssh/SSHTool.java’
Exported with compile warnings: codeconch_common/src/com/codeconch/vmagent/Monitor.java
Exported with compile warnings: codeconch_common/src/com/codeconch/xml/JaxbMapper.java

后发现SSHTool类里 的代码全部注释掉了 删掉文件 或者去掉注释 就可以打包了

你可能感兴趣的:(codeJava)