藤本
2019.05.28
Eclipseでのエラー
eclipseを使いjavaでプログラミングをしようとしているのですが、プログラムの転送を行おう「実行」の「Antビルド」を行ったのですが、以下のエラーが発生しました。改善方法を教えていただきたいです。
Buildfile: C:pleiadesworkspaceSotaSamplesend.xml
setconf:
send_rpi:
send_edison:
BUILD FAILED
C:pleiadesworkspaceSotaSamplesend.xml:69: Problem: failed to create task or type scp
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.
Action: Determine what extra JAR files are needed, and place them in one of:
        -C:pleiadeseclipsepluginsorg.apache.ant_1.10.5.v20180808-0324lib
        -C:Usersfujimoto.antlib
        -a directory added on the command line with the -lib argument
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

Total time: 22 seconds
回答
Sotaサポート
2019.05.29
Sotaサポートです。

Antの設定は正しく行われておりますでしょうか?
下記ページに示されている手順をご確認頂き、再度ビルドをお試しください。

https://vstone.page.link/sotamanual_ant_setting
この質問に回答する
 

Page Top