Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jain Ayusch10
Total activity
13
Last activity
April 06, 2020 09:34
Member since
April 03, 2020 08:51
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
4
Activity overview
Posts (3)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
April 05, 2020 07:14
Hey Chenarviv, Were you able to solve this? If yes, could you post the solution here. Stuck with this since 2 days.
Community
IntelliJ IDEA Open API and Plugin Development
Running console commands from intelliJ plugin
1 vote
Edited
April 06, 2020 09:34
Yeah. Hadn't thought about that ! Will check out ktor now. I did have a look at it earlier but was hooked on making a simpler CURL request. Thank you so much :) Would've totally missed the windows ...
Community
IntelliJ IDEA Open API and Plugin Development
Running a shell script from my plugin's directory
0 votes
Created
April 06, 2020 09:19
Jakub Chrzanowski Couldn't find a good Kotlin library for networking. Hence, thought it'd be easier to make API call via CURL. Didn't want to go all the way back to HttpUrlConnection. I'm just star...
Community
IntelliJ IDEA Open API and Plugin Development
Running a shell script from my plugin's directory
0 votes
Created
April 06, 2020 08:57
Jakub Chrzanowski I am trying to run a CURL request. But it just doesn't seem to work using Runtime.getRuntime().exec() I even posted a question on this forum as well as stack overflow: https://sta...
Community
IntelliJ IDEA Open API and Plugin Development
Running a shell script from my plugin's directory
0 votes
Created
April 03, 2020 15:26
Hey Henry Peterson Thanks for the reply. Yes, that was the problem indeed. I hadn't included the dependency for Kotlin. Works now! Also, there's another question that I'd like to mention. I want ...
Community
IntelliJ IDEA Open API and Plugin Development
PluginClassLoader ClassNotFoundException
0 votes