java - Maven:Eclipse cdt 库

标签 java maven eclipse-cdt

我想在我的 java 应用程序中使用 eclipse CDT,但是我不确定如何将它包含到我的应用程序中。我希望使用 maven/gradle 来做到这一点。

有没有办法使用 Maven 存储库包含 org.eclipse.cdt?

我询问有关 maven 构建的原因是我不想在版本控制系统中存储 jar。

最佳答案

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.

所以,maven仓库没有这个库。您可以从 here 下载此库。 .

关于java - Maven:Eclipse cdt 库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52688962/

相关文章:

java - 替换pom.xml中的参数

eclipse-cdt - Eclipse黑暗主题突出显示问题

java - Jrebel 在 Eclipse 中用于 Hotswap 或 HotDeployment 的替代方案

java - 添加 Atmosphere 后无法运行项目 : (AtmosphereFrameworkInitializer. java:52)

java - 使用 Maven 构建 Spark : error finding javac (but path is correct)

java - JBoss Eclipselink 不在 postgresql 中的 create-tables/create-or-extend-tables 上创建索引

c++ - 使用多个源文件时,GDB 不会中断某些代码行

c++ - 为什么 Codan 找不到 size_t

java - Java 中的并行 XML 解析

java - 这个命令 "-c"是什么意思?