公司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