Question

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

Was it helpful?

Solution

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).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top