Ant运行build.xml执行服务器scp,异常解决jsch.jar

匿名 (未验证) 提交于 2019-12-02 23:30:02

公司ant打包上线 一直出现这个问题。

Ant运行build.xml执行服务器scp,异常解决jsch.jar

BUILD FAILED
D:\workspace\xmol\build.xml:193: Problem: failed to create task or type scp
Cause: Could not load a dependent class com/jcraft/jsch/Logger



Action: Determine what extra JAR files are needed, and place them in one of:



Do not panic, this is a common problem.
The commonest cause is a missing JAR.

This is not a bug; it is a configuration problem


解决方法: 加入jsch-x.x.x.jar ,网上可以下载

打开 Eclipse->window->preferences->ant->runtime->classpath

选择下载好的jsch.jar

click Apply->OK

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!