Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Pavibhai
Total activity
6
Last activity
March 17, 2022 16:11
Member since
February 01, 2022 19:13
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
March 17, 2022 16:11
Thanks Yann Cebron that answers all my questions. Your guidance is much appreciated.
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Classpath needed for launching new Java Process with Plugin Classpath for use in RunAsConfiguration
0 votes
Edited
March 17, 2022 16:07
Thanks Yann Cebron that clears it up. I was thinking that the preferred option should be to use the Platform SDK as compared to the project SDK. Any thoughts on the classpath for the execution of t...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Classpath needed for launching new Java Process with Plugin Classpath for use in RunAsConfiguration
0 votes
Edited
March 17, 2022 16:04
The plugin needs to launch a Java Process, this would need an SDK. The choices I see here are: * Platform SDK * Project SDK * Configured SDK for plugin I was thinking that I am able to use the Plat...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Classpath needed for launching new Java Process with Plugin Classpath for use in RunAsConfiguration
0 votes
Created
February 07, 2022 16:35
Yann Cebron Thanks for following up. The plugin tries to launch a new process that executes commands on a K8s cluster using the K8s APIs. Towards this I have the following: 1. For the SDK to launch...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Classpath needed for launching new Java Process with Plugin Classpath for use in RunAsConfiguration
0 votes