如果我运行:
java -jar corpus-tools-0.0.2.jar removeTSfromCorpus
它给了我错误:
Failed to parse the trailing argument list: 'removeTSfromCorpus'
但是,如果我运行:
java -cp corpus-tools-0.0.2.jar removeTSfromCorpus
它无缝地工作。scala-library 包含在依赖项(清单)中。-cp 和 -jar 有什么区别?我认为在这种情况下应该是平等的
谢谢!