h*******n 发帖数: 2052 | 1 刚开始学Java, 请大家推荐一个Java的编程环境吧,谢谢! |
z***h 发帖数: 405 | 2 Eclipse or IntelliJ
【在 h*******n 的大作中提到】 : 刚开始学Java, 请大家推荐一个Java的编程环境吧,谢谢!
|
A**o 发帖数: 1550 | 3 就Eclipse吧,免费的说。
【在 h*******n 的大作中提到】 : 刚开始学Java, 请大家推荐一个Java的编程环境吧,谢谢!
|
t*******e 发帖数: 684 | |
m******o 发帖数: 774 | 5 Eclipse不仅是很好的编程环境,快要成为de facto的工具了吧?很多公司都围绕它写
插件。
【在 h*******n 的大作中提到】 : 刚开始学Java, 请大家推荐一个Java的编程环境吧,谢谢!
|
b******y 发帖数: 9224 | 6 我用的是Eclipse, 但听说IntelliJ非常好。 |
z***h 发帖数: 405 | 7 both are good. I use IntelliJ.
【在 b******y 的大作中提到】 : 我用的是Eclipse, 但听说IntelliJ非常好。
|
p**********C 发帖数: 57 | 8 intelliJ不免费。以前我在一家大银行做的时候,雇员用intelliJ, consultant用
eclipse, 因为没有给constultant 买软件的budget,呵呵 |
z****e 发帖数: 54598 | 9 初学者用JCreator最好,简洁,没有过多的东西,还不收费
我到现在还是觉得JCreator给我的感觉最好,远胜Eclipse
其次是IntelliJ IDEA,但是这个要钱,在国外用盗版要小心 |
h**********c 发帖数: 4120 | 10 for in-hand develop/deploy experience, start with dos/cmd , Unix/Linux/
Cygwin shell + ant.
That is real combat hardened. |
|
|
J*******n 发帖数: 2901 | 11 真的是刚开始学的话,就用UltraEdit/Notepad + 命令行好了 |
h*****0 发帖数: 4889 | 12 IDEA community edition是免费的。用过IDEA基本上不会想用别的了……
【在 z****e 的大作中提到】 : 初学者用JCreator最好,简洁,没有过多的东西,还不收费 : 我到现在还是觉得JCreator给我的感觉最好,远胜Eclipse : 其次是IntelliJ IDEA,但是这个要钱,在国外用盗版要小心
|
B*****g 发帖数: 34098 | 13 ultraedit试用多少天过期?
【在 J*******n 的大作中提到】 : 真的是刚开始学的话,就用UltraEdit/Notepad + 命令行好了
|
J*******n 发帖数: 2901 | 14 不清楚。。不一定非要UltraEdit,同类型的都可以,我忘了我以前用的是什么了,可
能是EditPlus
实在不行就notepad吧,初学不就是在命令行里面敲敲javac,java吗
【在 B*****g 的大作中提到】 : ultraedit试用多少天过期?
|
m****i 发帖数: 712 | 15 刚开始学就用一般的文本编辑器+command line,用太自动的工具反而
不利于学习
【在 h*******n 的大作中提到】 : 刚开始学Java, 请大家推荐一个Java的编程环境吧,谢谢!
|
B*****g 发帖数: 34098 | 16 editplus也不免费。
【在 J*******n 的大作中提到】 : 不清楚。。不一定非要UltraEdit,同类型的都可以,我忘了我以前用的是什么了,可 : 能是EditPlus : 实在不行就notepad吧,初学不就是在命令行里面敲敲javac,java吗
|
z****e 发帖数: 54598 | 17 当我没用过idea一样
我还尝试着在idea和eclipse之间迁移project
我发现从eclipse迁移到idea很简单
反之,很痛苦
我用过这么多ide,还是觉得jcreator最好,错误很少,用起来很顺
idea界面很漂亮,eclipse长得太丑,插件错误太多
【在 h*****0 的大作中提到】 : IDEA community edition是免费的。用过IDEA基本上不会想用别的了……
|
s***8 发帖数: 1136 | 18 jcreator 也不免费 (低级版本是免费的) |
b******y 发帖数: 9224 | 19 Eclipse是大路货,比较好,stick to the most popular ones |
h*****0 发帖数: 4889 | 20 试试IDEA 10,细节更出色。真的很贴心。
【在 z****e 的大作中提到】 : 当我没用过idea一样 : 我还尝试着在idea和eclipse之间迁移project : 我发现从eclipse迁移到idea很简单 : 反之,很痛苦 : 我用过这么多ide,还是觉得jcreator最好,错误很少,用起来很顺 : idea界面很漂亮,eclipse长得太丑,插件错误太多
|
|
|
o**1 发帖数: 6383 | 21 学起来容易吗?
eclipse的plugin 能用到 idea里面吗?
【在 h*****0 的大作中提到】 : 试试IDEA 10,细节更出色。真的很贴心。
|
z****e 发帖数: 54598 | 22 ide还要学就搞笑了
工具而已
plugins不能互换,idea有自己的插件
因为是收费的,所以下载插件之后错误会少一点
【在 o**1 的大作中提到】 : 学起来容易吗? : eclipse的plugin 能用到 idea里面吗?
|
q***s 发帖数: 2243 | 23 Notepad++
【在 B*****g 的大作中提到】 : editplus也不免费。
|
B*****g 发帖数: 34098 | 24 使用中,谢谢
【在 q***s 的大作中提到】 : Notepad++
|
d*****l 发帖数: 8441 | 25 先命令行两月,然后再Eclipse.
先苦后甜。 |
f*****g 发帖数: 309 | 26 Eclipse用的比较多,Netbeans也挺好的,适合是界面编程。 |
r******r 发帖数: 700 | 27 vim/gvim 很不错。有些人喜欢 emacs.
都是免费的。而且如果愿意花时间,这两个能够当作基本的文本处理工具,比很多其他
的,强多了吧
【在 h*******n 的大作中提到】 : 刚开始学Java, 请大家推荐一个Java的编程环境吧,谢谢!
|
i**e 发帖数: 6810 | 28 付钱的也不好用,功能跟eclipse差远了。速度快
【在 s***8 的大作中提到】 : jcreator 也不免费 (低级版本是免费的)
|
N***m 发帖数: 4460 | 29 what's the advantage of using vim?
【在 r******r 的大作中提到】 : vim/gvim 很不错。有些人喜欢 emacs. : 都是免费的。而且如果愿意花时间,这两个能够当作基本的文本处理工具,比很多其他 : 的,强多了吧
|
r******r 发帖数: 700 | 30 Not necessarily an advantage, but my personal preference.
You know, it's more than a program editor, but an extremely powerful text
editor for general purpose.
【在 N***m 的大作中提到】 : what's the advantage of using vim?
|
|
|
T*o 发帖数: 363 | 31 start with notepad++
when familiar with the Java, switch to Eclipse
【在 h*******n 的大作中提到】 : 刚开始学Java, 请大家推荐一个Java的编程环境吧,谢谢!
|
m****r 发帖数: 6639 | 32 for me, the most appealing part is not having to move my hand, most of the
time.
【在 N***m 的大作中提到】 : what's the advantage of using vim?
|
g*****g 发帖数: 34805 | 33 I have chronical pain in my left wrist, if I am forced to use vi,
both wrists will be a problem.
【在 m****r 的大作中提到】 : for me, the most appealing part is not having to move my hand, most of the : time.
|
m****r 发帖数: 6639 | 34 yes, comfort and performance can never be achieved at the same time. true
in sports, true in coding, and probably true in life.
【在 g*****g 的大作中提到】 : I have chronical pain in my left wrist, if I am forced to use vi, : both wrists will be a problem.
|
s*********n 发帖数: 237 | 35 I like netbeans. I used eclipse/STS for a while. Eclipse has more plugins
but often they slow down considerably or even choke IDE itself. Netbeans
has less, but enough for most of use. So it runs smoother with me. |
T*o 发帖数: 363 | 36 agree. If netbeans has more plugins as well, I will also stay with it. Now I
work bout half on each.
plugins
【在 s*********n 的大作中提到】 : I like netbeans. I used eclipse/STS for a while. Eclipse has more plugins : but often they slow down considerably or even choke IDE itself. Netbeans : has less, but enough for most of use. So it runs smoother with me.
|
b**l 发帖数: 51 | 37 notepad++ is free and open source |
B*****g 发帖数: 34098 | 38 左撇子?
【在 g*****g 的大作中提到】 : I have chronical pain in my left wrist, if I am forced to use vi, : both wrists will be a problem.
|