简体   繁体   中英

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. 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. You can also use External Tools feature and this plug-in .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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