zoukankan      html  css  js  c++  java
  • ant jsch.jar

    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.

  • 相关阅读:
    加分二叉树
    香甜的黄油 Sweet Butter
    09.22今日暂时停更题解
    能量项链
    转圈游戏
    字串变换
    关押罪犯
    选择客栈
    神经网络
    未整理算法的总结
  • 原文地址:https://www.cnblogs.com/suifengbingzhu/p/4330596.html
Copyright © 2011-2022 走看看