We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
为什么不直接使用 Eclipse 呢?然后您可以在您的要求中列出大约 200 个以上的附加功能...
Why don't you just use Eclipse? Then you could've listed about 200 more extras in your requirements...
蚀?! http://www.eclipse.org
Eclipse?! http://www.eclipse.org
Eclipse IDE 是我用过的最好的免费 Java IDE。
Eclipse IDE is the best free Java IDE that I have used.
Visual J++ 是 Microsoft 的一款 IDE,随 Visual Studio 一起提供,直到几年前停产。您也许可以得到它,并且它应该能够在一定程度上满足您的要求,但它是一款已停产的产品。 (我认为你没有提到它是免费的。)
已经有 Borland 的 JBuilder 和可能的其他几个 IDE,但我确实同意以前的海报,即 Eclipse、Netbeans 或 IntelliJ 最有可能很好地完成这项工作。
还有 Oracle 的 JDeveloper,但由于它已被重写,我认为它也是用 Java 编写的。
唯一难以满足的要求是“必须具有本机 UI”。
,我怀疑您是否会选择在线 IDE :-)
谷歌搜索“本机 java IDE”会出现(除其他外)光学。也许值得一游。
有很多选择,但没有那么多“原生用户界面”。祝你好运,做出正确的选择:-)
Visual J++ was an IDE from Microsoft that was shipped with Visual Studio until it was discontinued a few years ago. You might be able to get your hands on it and it should be able to follow your requirements to a certain point, but it is a discontinued product. (I don't think you mentioned it has be free.)
There has been Borland's JBuilder and possibly several other IDE's but I do concur with previous posters that Eclipse, Netbeans or IntelliJ will most likely do the job very well.
There's also Oracle's JDeveloper but since it's been rewritten I think it's also written in Java.
The only requirement that will be hard to meet is 'must have native UI'.
I doubt that you would settle for an online IDE then :-)
Googling for 'native java IDE' brings up (among others) Optistic. Might be worth a visit.
Lots of choices but not so many 'native UI' ones. Good luck making the right choice :-)
所有最流行的 IDE 都应该执行您列出的功能以及更多功能。我更喜欢 IntelliJ CE,它对我来说更有效率。 Eclipse 和 Netbeans 也是优秀的免费 IDE。
在屏幕更新方面,我使用 2100x1600 窗口,有时在本地,有时通过 LAN 上的 VNC,屏幕更新速度不是问题。有时我的项目总共有超过 10,000 个课程开放。 ;)
更新:我现在在 IntelliJ 项目中使用具有超过 30K 类的 4K 屏幕。
All the most popular IDEs should do what you have listed and a lot more. I prefer IntelliJ CE which is more productive for me. Eclipse and Netbeans are also excellent free IDEs.
In terms of screen update, I use a 2100x1600 window, sometimes locally and sometimes via VNC on our LAN and screen update speed is not an issue. Sometimes I have projects with a total of over 10,000 classes open. ;)
Update: I now use a 4K screen with over 30K classes in project with IntelliJ.
如果您正在寻找功能齐全且具有漂亮图形功能的东西,那么那就是 Netbeans 或 Eclipse;如果您正在寻找更精简的东西(具有更陡峭的学习曲线),那就是 vim 或 emacs
That would be either Netbeans or Eclipse if you are looking for something featurefull with nice graphical stuff, of vim or emacs if you are looking for something slimmer (with a much steeper learning curve)