主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
JetForcer
活动总数
11
最后的活动
2025年07月05日 15:57
成员加入日期
2020年01月27日 23:04
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
3
活动概览
帖子(1)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2025年07月05日 15:57
Hmm. Looks like you also have to update the following:(I updated it from 2.2.0 to 2.6.0)plugins { // plugin docs can be found here https://plugins.jetbrains.com/docs/intellij/tools-intellij-plat...
社区
IntelliJ IDEA Open API and Plugin Development
JSON FileType not resolving new 2024.3 plugin
0 票
创建于
2025年07月05日 15:50
But the mentioned plugin doesn't contain the JsonFileType class or the JsonLexer mentioned above. Or am I missing something?
社区
IntelliJ IDEA Open API and Plugin Development
JSON FileType not resolving new 2024.3 plugin
0 票
创建于
2022年02月02日 22:37
Fixed. The problem was caused by the following error:(see https://youtrack.jetforcer.com/issue/JF-2257) Caused by: java.lang.NoSuchMethodError: 'com.fasterxml.jackson.databind.type.TypeFactory com....
社区
IntelliJ IDEA Open API and Plugin Development
After migrating my plugin to 2021.3 I got NoClassDefFoundError: Could not initialize class com.intellij.javascript.web.webTypes.WebTypesLoadUtilKt
0 票
创建于
2022年01月22日 14:37
@... Cebron I already used this property in my build.gradle tasks.test { systemProperty("idea.force.use.core.classloader", "true")} Also, I have a dependency on JavaScript in my build.gradle intel...
社区
IntelliJ IDEA Open API and Plugin Development
After migrating my plugin to 2021.3 I got NoClassDefFoundError: Could not initialize class com.intellij.javascript.web.webTypes.WebTypesLoadUtilKt
0 票
创建于
2020年07月28日 12:20
> You need to set exclude at build.gradle@... How to do that?
社区
IntelliJ IDEA EAP Users
Exclude directory from indexing within gradle projects
0 票