主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dennis Fricke
活动总数
5
最后的活动
2016年04月25日 15:11
成员加入日期
2016年04月25日 13:19
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(3)
按最近的活动排序
最近的活动
投票数
创建于
2016年04月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Library reflection in plugin
0 票
创建于
2016年04月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Library reflection in plugin
0 票
创建于
2016年04月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Library reflection in plugin
0 票