主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nikolay Chashnikov
活动总数
838
最后的活动
2023年11月23日 11:52
成员加入日期
2007年11月13日 10:36
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
334
活动概览
文章(0)
帖子(1)
评论(503)
按最近的活动排序
最近的活动
投票数
创建于
2017年01月09日 09:45
This happens because MochaRunConfiguration implement interfaces from JavaScriptLanguage plugin, so you need to add javascript-openapi.jarJavaScriptLanguage.jarjs-test-common.jar from <IDEAHOME>/pl...
社区
IntelliJ IDEA Open API and Plugin Development
Error:(28, 1) Groovyc: unable to resolve class com.jetbrains.nodejs.mocha.execution.MochaRunConfiguration
0 票
创建于
2016年12月30日 09:04
Hi Colin, thank you for investigating this! Regarding ignored exceptions: this code looks strange for me too, I've asked its author about it. In general language-specific extensions points are inde...
社区
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError during component initialisation
0 票
创建于
2016年12月28日 12:14
As far as I can see clojure classes aren't used in IntelliJ platform and our bundled plugins, so the problem seems to be caused by a plugin's code. You can try searching for all usages of clojure c...
社区
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError during component initialisation
0 票
创建于
2016年12月27日 23:15
'NoClassDefFoundError: Could not initialize class' doesn't mean that JVM cannot find the class. It happens if a program tries to access a class which was failed to initialize when it was accessed f...
社区
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError during component initialisation
0 票
创建于
2016年12月27日 09:35
Hi Colin, could you please provide the full stacktrace? It looks like there may be some 'caused by' clauses.
社区
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError during component initialisation
0 票
创建于
2016年12月22日 12:50
The plugin isn't loaded because its plugin.xml file isn't added to classpath when IDEA is started. You can either move META-INF/plugin.xml to resources directory or specify path to the plugin.xml f...
社区
IntelliJ IDEA Open API and Plugin Development
Custom language plugin is not working
0 票
创建于
2016年12月22日 11:12
Ok, I see. Excluding JARs indeed may cause problems because they won't be added to classpath, copied to artifacts etc. But did you try excluding the JAR content in library editor as I suggested?
社区
IntelliJ IDEA Open API and Plugin Development
skip indexing on a certain Jars
0 票
创建于
2016年12月21日 11:32
You can exclude a part (or the whole content) of a library JAR file, but currently you need to do it manually, there is no way to do it by a pattern. But note that this will affect many IDEA's feat...
社区
IntelliJ IDEA Open API and Plugin Development
skip indexing on a certain Jars
0 票
创建于
2016年12月20日 11:19
Hi Sergio, the both 1.8.0_66 and 1.8.0_73 versions have bug in javac which causes these compilation errors. The bug was fixed in builds around 90, but it would be better to simply upgrade to the la...
社区
IntelliJ IDEA Open API and Plugin Development
Unable to build community eddition master branch
0 票
创建于
2016年12月19日 15:37
I've tried to checkout your sources and run the plugin and it works perfectly for me. Looks like the problem is in your project configuration. Could you please publish the project configuration fil...
社区
IntelliJ IDEA Open API and Plugin Development
Custom language plugin is not working
0 票
«
第一页
‹
上一页
下一页
›
最后
»