修改别人的jar包中的配置文件,然后再打包后执行出错:RunJar jarFile [mainClass] args...经过分析,是因为打包时需要设置mainClass,可以通过如下方法:jar cvfe **.jar mainClass *(相应的打包文件)