是否可以同时使用intellij idea和eclipse [英] Is it possible to use intellij idea and eclipse together

查看:373
本文介绍了是否可以同时使用intellij idea和eclipse的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

对于某些人来说,这可能看起来有点奇怪,但我仍然想知道这是否可能.到目前为止,我们有很多在 eclipse 上编码的项目,我们中的一些人想跳入 Intellij 的想法世界.

for someone it may seems a little weird but still I want to know if it's possible or not. We have a lot of projects which coded on eclipse so far and some of us wants to jump into intellij idea world.

  1. 我们可以同时通过eclipse和intellij一起运行项目吗?我的意思是例如我将使用 intellij idea 而我的另一个朋友将在同一个项目中使用 eclipse 而不是 intellij idea,这可能吗?

  1. Can we be able to run the projects via eclipse and intellij together at the same time? I mean for instance I'll be using intellij idea while another friend of mine will be using eclipse instead of intellij idea on the same projects, is it possible?

如果可能的话,它会对版本控制系统(例如 subversion)造成任何问题吗?

If it's possible, would it create any problem for version control systems such as subversion?

推荐答案

Subversion 完全没有问题,但我建议您在这种情况下依赖您的 Java 构建配置(源、编译器级别、依赖项等)在 maven 或 gradle 上而不是做两次,对于您正在使用的每个 IDE 一次.那么 maven 或 gradle 都应该能够为每个环境生成特定于 IDE 的配置文件,并且您将在相同的条件下工作.

Subversion will have no problem at all, but I recommend you in that case that you rely your java build configuration (sources, compiler level, dependencies, etc.) on maven or gradle instead of doing it twice, once for every IDE you are using. Then both maven or gradle should be able to generate IDE-specific configuration files for each environment and you would work in the same conditions.

实际上,我喜欢使用托管和自动化构建过程的想法,所以如果有人足够勇敢和大胆地使用 vim ......他们可以毫无问题地使用它,并且仍然构建他们的应用程序.

Actually I like the idea of working with a managed and automated build process, so if anyone is brave and bold enough to use vim... they can use it without problems, and still build their app.

这篇关于是否可以同时使用intellij idea和eclipse的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆