简体   繁体   English

什么是OS X的首选Java编辑器

[英]What's the preferred Java editor for OS X

我目前使用Textmate进行大部分编辑,但是我正在学习Java课程并且想知道是否有更好的编辑器,特别是那些可能具有某种形式的智能感知或主动调试的编辑器。

Most, if not all of the usual suspects when it comes to Java IDEs work on OS X. I've personally used Eclipse and NetBeans on OS X - in fact I still have NetBeans installed as it's also a good environment for writing Ruby code. 大多数,如果不是所有常见的嫌疑人,当谈到Java IDE在OS X上工作时。我个人在OS X上使用Eclipse和NetBeans - 实际上我仍然安装了NetBeans,因为它也是编写Ruby代码的良好环境。

Of course if you're just looking for an editor and not an IDE, you might want to try out Aquamacs... 当然,如果您只是在寻找编辑器而不是IDE,那么您可能想要试用Aquamacs ......

If you want code completion, you are not looking for an editor but an IDE. 如果您想要代码完成,那么您不是在寻找编辑器而是在寻找IDE。

Eclipse, Netbeans, IntelliJ IDEA all work well on OS X. JDeveloper I have not tried but the generic version runs under OS X. Eclipse,Netbeans,IntelliJ IDEA在OS X上运行良好.JDeveloper我没试过,但通用版本在OS X下运行。

Choose the one your instructor recommends (because then he can help you getting started). 选择教练推荐的那个(因为那时他可以帮助你入门)。

Eclipse works okay. Eclipse工作正常。 It has awesome features, but is somewhat buggy / crashy. 它具有很棒的功能,但有些错误/崩溃。 It has very good "look and feel" for a Java app on OSX. 它对OSX上的Java应用程序具有非常好的“外观和感觉”。 Feature parity (as best as I can tell) with Windows/Linux. Windows / Linux的功能奇偶校验(尽我所知)。

I use Eclipse quite heavily on OS X. Lots of plugins, artifact downloading/caching, building, etc. Just make sure you've got the latest Java installed on OS X, and maybe verify that your system will launch Eclipse using Java 6, 64-bit, and make sure you're running Eclipse 3.5, and you should be good to go. 我使用Eclipse 相当严重的OS X.很多插件,下载神器/缓存,建筑物等只要确保你已经安装了OS X上最新的Java,也许验证您的系统将使用Java 6启动Eclipse, 64位,并确保你运行Eclipse 3.5,你应该很高兴。

I leave mine running for days at a time, but your mileage may vary depending upon plugins. 我让我一次运行几天,但你的里程可能因插件而异。

我喜欢NetBeans和Eclipse,但Xcode附带Mac OS X而TextWrangler是一个很棒的独立编程编辑器。

Go for eclipse. 去吃日食。 Faster than Netbeans and has lots of plugins. 比Netbeans更快,并有很多插件。

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

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