Search code examples
javaspringintellij-idea

Can i use some eclipse libraries in intellij IDE?


I have to use some eclipse libraries (org.eclipse.paho.client.mqttv3. *), But I would like to continue developing in intellij, can i?


Solution

  • Yes.

    This particular library is hosted by the "Eclipse Foundation", which also hosts the Eclipse IDE. So they share a name, but the Eclipse IDE is not a dependency.