是因为\META-INF\MANIFEST.MF文件里面配置错误
错误版本
Manifest-Version: 1.0Class-Path:
正确版本
Manifest-Version: 1.0Class-Path: .
加上.就可以了
【JAVA】导出jar包时,Class files on classpath not found
原文:http://www.cnblogs.com/zengweiming/p/5316816.html