Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Demyan Kimitsa
Total activity
13
Last activity
January 11, 2021 11:22
Member since
October 23, 2017 08:56
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
3
Activity overview
Posts (2)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
January 11, 2021 11:22
Hi Vladislav,The goal is to have project built (not just compiled) that should invoke all used plugins that might generate additional classes (such as dagger). And then process received classes (it...
Community
IntelliJ IDEA Open API and Plugin Development
dependencies of AbstractProjectTask are being executed in parallel with owner
0 votes
Created
January 25, 2019 15:31
Yann as mentioned above it doesn't work, check comments above, also one from Vladimir.
Community
IntelliJ IDEA Open API and Plugin Development
Boot JDK for running Idea Plugin target
0 votes
Created
January 25, 2019 15:26
Hi Yann, I can see there only JDKs I configured. Same time as mentioned above I can't create JDK configuration with bundled JDK path. How "JB JDK" is defined ? What is its JDK home path ? Also y...
Community
IntelliJ IDEA Open API and Plugin Development
Boot JDK for running Idea Plugin target
0 votes
Created
January 23, 2019 16:00
same error if I try to create JDK for this location (/Applications/IntelliJ.app/Contents/jdk/Contents/Home )
Community
IntelliJ IDEA Open API and Plugin Development
Boot JDK for running Idea Plugin target
0 votes
Created
January 23, 2019 15:58
Hi Yann, Are you referring Platform Settings->SDKs, my `Intellij Platform Pluggin Sdk` ? its set to /Applications/IntelliJ IDEA CE.app/ContentsWhen I try changing it to /Applications/IntelliJ.app/C...
Community
IntelliJ IDEA Open API and Plugin Development
Boot JDK for running Idea Plugin target
0 votes
Created
January 23, 2019 11:32
Hi Yann, I use 2018.3 Community and "Plugin" run configuration. In it I set JRE to /Applications/IntelliJ IDEA CE.app/Contents, but when running plugin under debug it ends with running idea under s...
Community
IntelliJ IDEA Open API and Plugin Development
Boot JDK for running Idea Plugin target
0 votes
Created
October 23, 2017 08:56
have create and the issue with description IDEA-181010dirty workaround is to load it manually with class loader``` static { Provider bcp = null; try { ClassLoader cl = TestPlugin.cl...
Community
IntelliJ IDEA Open API and Plugin Development
How to use BouncyCastle in IntelliJ
0 votes