문제

I've written an Eclipse plug-in that provides a classpath container (just for the sake of completeness - the CPC gets its knowledge from the local development server). Now I was asked to provide the same functionallity for IntelliJ IDEA.

So does IntelliJ support a similar technology or how would someone implement dynamically computed classpath entries as an intelliJ plug-in.

Thanks in advance for all answers!

Udo

도움이 되었습니까?

해결책

You are looking for "Libraries" or "Global Libraries". The group jars and loose classes into collections that your modules can depend on. Libraries are defined for a single project, whereas global libraries are available in every project in IDEA (hence "Global").

You can define both via the Project Settings screen (CTRL+ALT+SHIFT+S).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top