Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Andrea Arcuri
Total activity
6
Last activity
January 16, 2016 12:18
Member since
April 22, 2015 08:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
April 26, 2015 19:43
Thanks Dmitry. OrderEnumerator.orderEntries(module).recursively().getClassesRoots() does seem to work, but it does not seem to include the output directory of the current module for its compiled c...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij14: How to get the classpath of the current project?
0 votes
Created
April 27, 2015 12:06
Based on the other comments, what it seems to work for me now is the following (posted here in case other people will have the same need):public static String getFullClassPath(Module m){ String ...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij14: How to get the classpath of the current project?
0 votes