主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Pavibhai
活动总数
6
最后的活动
2022年03月17日 16:11
成员加入日期
2022年02月01日 19:13
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2022年03月17日 16:11
Thanks Yann Cebron that answers all my questions. Your guidance is much appreciated.
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Classpath needed for launching new Java Process with Plugin Classpath for use in RunAsConfiguration
0 票
已编辑于
2022年03月17日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Classpath needed for launching new Java Process with Plugin Classpath for use in RunAsConfiguration
0 票
已编辑于
2022年03月17日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Classpath needed for launching new Java Process with Plugin Classpath for use in RunAsConfiguration
0 票
创建于
2022年02月07日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Classpath needed for launching new Java Process with Plugin Classpath for use in RunAsConfiguration
0 票