Home > Net >  Can i use some eclipse libraries in intellij IDE?
Can i use some eclipse libraries in intellij IDE?

Time:01-18

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

CodePudding user response:

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.

  •  Tags:  
  • Related