使用Corda Shell上传附件无法正常工作?

时间:2018-07-06 19:12:49

标签: corda

尝试在终端中使用以下命令上传文件:

run uploadAttachment jar: /abc.jar

它产生错误:

run uploadAttachment jar:: command not found

Using these docs.

1 个答案:

答案 0 :(得分:1)

文档中有错误。应该是:

run uploadAttachment jar: ./abc.jar

或者:

run uploadAttachment jar: abc.jar

如果找不到该文件,则会出现以下异常:

Could not parse as a command: <jar-path>