主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Avachaspati97
活动总数
6
最后的活动
2023年11月23日 11:45
成员加入日期
2023年11月14日 14:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(1)
评论(3)
按最近的活动排序
最近的活动
投票数
创建于
2023年11月23日 06:45
Git Issue : https://github.com/grpc/grpc-java/issues/10692 (this is where the discussion is that helped me solve this)It seems like this issue is caused because IntelliJ is exposing its own version...
社区
IntelliJ IDEA Open API and Plugin Development
Loader Constraint Violation for class io.grpc.Channel when trying to create ManagedChannel for GRPC Request (io.grpc.Channel is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader)
1 票
已编辑于
2023年11月23日 11:45
To set the Jar for runIde, you can set prepareSandbox.pluginJar property as shown below. tasks { shadowJar{ archiveBaseName = properties("pluginName").get() version = properties("pluginVe...
社区
IntelliJ IDEA Open API and Plugin Development
Loader Constraint Violation for class io.grpc.Channel when trying to create ManagedChannel for GRPC Request (io.grpc.Channel is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader)
0 票
创建于
2023年11月23日 06:54
I think this might be helpful in the future.https://intellij-support.jetbrains.com/hc/en-us/community/posts/15146127658002/comments/15268997066258
社区
IntelliJ IDEA Open API and Plugin Development
Cannot load io.grpc.ManagedChannelProvider in custom plugin
0 票