Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dennis Fricke
Total activity
5
Last activity
April 25, 2016 15:11
Member since
April 25, 2016 13:19
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
April 25, 2016 14:52
The problem is, that i don't know these external libs. My lib is used in some project and my project (an Annotation Prozessor) is expandable with third party libs. I have to tell IntelliJ which meh...
Community
IntelliJ IDEA Open API and Plugin Development
Library reflection in plugin
0 votes
Created
April 25, 2016 15:11
@Daniel Espendiller had the dazzling idea. What i've searched for is VirtualFile[] libraryRoots = LibraryUtil.getLibraryRoots(project);for(VirtualFile jar : libraryRoots) { System.out.println("Li...
Community
IntelliJ IDEA Open API and Plugin Development
Library reflection in plugin
0 votes
Created
April 25, 2016 14:37
Thank you @Daniel Espendiller The problem is that i don't know the libraries on which i have to depend. I'm building a generic library which can be extended and I don't know the Extensions directly...
Community
IntelliJ IDEA Open API and Plugin Development
Library reflection in plugin
0 votes