首页 > 编程语言 > 详细

ant jsch.jar - 一个错误及解决办法

时间:2015-03-11 19:20:06      阅读:3174      评论:0      收藏:0      [点我收藏+]

ant jsch.jar -- 一个异常及解决方法

  运行build.xml出现异常:

  Cause: Could not load a dependent class com/jcraft/jsch/Logger

  It is not enough to have Ant‘s optional JARs

  you need the JAR files that the optional tasks depend upon.

  Ant‘s optional task dependencies are listed in the manual.

  解决方法: 加入jsch-x.x.x.jar

  Go to Window > Preferences > Ant > Runtime > Classpath, select “Ant Home Entries (default)” and click “Add External JARs…”. Select the required dependency or dependencies and accept. Now, the selected JAR files will be loaded to the class path and the optional ant task depending on them will work.

ant jsch.jar - 一个错误及解决办法

原文:http://www.cnblogs.com/suifengbingzhu/p/4330596.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!