Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Kasper
Total activity
6
Last activity
April 26, 2021 19:57
Member since
March 03, 2021 05:33
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
March 03, 2021 17:08
Hi Yrakovets, Thanks for the info, the idea is not to do a dir, I just chose that to test a command that I knew 100% would be on the computer. The users of my plugin will have a CLI rogram installe...
Community
IntelliJ IDEA Open API and Plugin Development
Running console commands from intelliJ plugin
1 vote
Edited
March 03, 2021 05:48
+1 I am getting the same error no matter what command i run, i have even tried "ls" and "dir" However command like "git" is working. Caused by: java.io.IOException: Cannot run program "dir" (in ...
Community
IntelliJ IDEA Open API and Plugin Development
Running console commands from intelliJ plugin
1 vote
Created
April 26, 2021 19:57
The reason I am working with paths is that this is a dependency manager and has a CLI tool that I call to get a list of JARs that would be added as a dependency for that module. This CLI tool is no...
Community
IntelliJ IDEA Open API and Plugin Development
Adding Jar and Module dependencies
0 votes