简体   繁体   English

IDE,框架,代码管理器工具,在一个项目中支持Java和C ++的事物

[英]IDE, Framework, code manager tool, thing that supports Java and C++ in one Project

I have inherited someone else's code. 我已经继承了别人的代码。 He used CMake to build the fragments for C++ and the fragments for Java/Android. 他使用CMake构建C ++的片段和Java / Android的片段。 I cannot believe that he would have used Notepad and Windows Explorer to manage his package/class structure and implementation. 我不敢相信他会使用记事本和Windows资源管理器来管理他的包/类结构和实现。 Is there a code manager tool or IDE that allows you to put your Java code in one package and your C++ in another package? 是否有代码管理器工具或IDE,可让您将Java代码放在一个程序包中,而C ++放在另一个程序包中? The CMake scripts would build the projects separately, of course. 当然,CMake脚本将单独构建项目。

CMake is just a build tool. CMake只是一个构建工具。

You can use any IDE you like to write the code and then use a different tool to build it. 您可以使用任何喜欢的IDE编写代码,然后使用其他工具来构建它。

Eclipse supports both Java and C++, but I wouldn't recommend it for either. Eclipse同时支持Java和C ++,但我都不推荐使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM