简体   繁体   English

Intellij-命令行运行到配置

[英]Intellij - Command Line run to Configuration

I'm working on a java project and have a working command line call to start the program, but I'm struggling to figure out how to call this from Intellij. 我正在研究一个Java项目,并且有一个正常的命令行调用来启动程序,但是我正在努力弄清楚如何从Intellij调用它。 I can call this in my command line in terminal and see the expected output. 我可以在终端的命令行中调用它,然后查看预期的输出。

$ ./normalize --manifest /MyUsrPath/myFile.csv --input /MyUsrPath/myOtherFile.csv

在此处输入图片说明

However - I'm receiving the error: 但是-我收到错误:

Error: Could not find or load main class .normalize

在此处输入图片说明

BashSupport plug-in provides run configurations for the shell scripts. BashSupport插件提供了Shell脚本的运行配置。 You can also use External Tools feature and this plug-in . 您也可以使用外部工具功能此插件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM