Search code examples
javamaveneclipse-cdt

Maven: Eclipse cdt library


I want to use the eclipse CDT in my java application however I am not sure how to include it into my application. I am hoping on using maven/gradle to do this.

Is there a way to include the org.eclipse.cdt using the maven repository?

The reason I am asking about a maven build is that I do not want to store a jar in the version control system.


Solution

  • All downloads are provided under the terms and conditions of the Eclipse Foundation Software User Agreement unless otherwise specified.

    The CDT can either be installed as part of the Eclipse C/C++ IDE packaged zip file or installed into an existing Eclipse using the "Install New Software..." dialog and entering the p2 repository URLs listed below.

    CDT also provides its debugger as a stand-alone RCP application which can be downloaded and installed on its own. You can find more information about the Stand-alone Debugger on the Wiki.

    So, the maven repository does not have this library. You can download this library from here.