由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - eclipse 气死我了!
相关主题
请问用什么java developer? 在哪里下载?现在哪种java开发环境比较流行呀?
调查:最好的Java IDEnetbean and eclipse
没法用Re: netbeans 4.0 is very good[转帖]如何才算掌握Java(J2SE篇)
Java IDE 选择?which IDE for GUI ?
what's the most popular Java IDE[请教]有关JAVA IDE的问题
JAVA IDE ?any tools for ...
请问java的ideNetbean duplicate class error
Which IDE is good in Linux?COOL JAVA IDE
相关话题的讨论汇总
话题: eclipse话题: class话题: java话题: ide话题: jbuilder
进入Java版参与讨论
1 (共1页)
c*******a
发帖数: 29
1
写都写好了三个class了,也都编译通过了,
不知道run出了个什么问题,把三个java源文件全部清空
三个class也删了,欲哭无泪啊!
一晚的工作没有了。
大家以后小心点啊!
e***g
发帖数: 158
2
hehe, only 3 class? it's nothing

【在 c*******a 的大作中提到】
: 写都写好了三个class了,也都编译通过了,
: 不知道run出了个什么问题,把三个java源文件全部清空
: 三个class也删了,欲哭无泪啊!
: 一晚的工作没有了。
: 大家以后小心点啊!

w*****a
发帖数: 6
3
装个CS_RCS单机版吧.

【在 c*******a 的大作中提到】
: 写都写好了三个class了,也都编译通过了,
: 不知道run出了个什么问题,把三个java源文件全部清空
: 三个class也删了,欲哭无泪啊!
: 一晚的工作没有了。
: 大家以后小心点啊!

s***x
发帖数: 34
4
hehe, I just use emacs + make. The old fashioned way is the safest.

【在 c*******a 的大作中提到】
: 写都写好了三个class了,也都编译通过了,
: 不知道run出了个什么问题,把三个java源文件全部清空
: 三个class也删了,欲哭无泪啊!
: 一晚的工作没有了。
: 大家以后小心点啊!

B******N
发帖数: 445
5
every class 3000 lines.

【在 e***g 的大作中提到】
: hehe, only 3 class? it's nothing
x***n
发帖数: 39
6
I'll have to complain your big structures...

every class 3000 lines.

【在 B******N 的大作中提到】
: every class 3000 lines.
c*****t
发帖数: 1879
7
What exactly went wrong?
It could be your harddisk problem.

【在 c*******a 的大作中提到】
: 写都写好了三个class了,也都编译通过了,
: 不知道run出了个什么问题,把三个java源文件全部清空
: 三个class也删了,欲哭无泪啊!
: 一晚的工作没有了。
: 大家以后小心点啊!

w*r
发帖数: 2421
8
er... right... but... still sounds tedious to write make file for
big projects. jbuilder is the best tool i've used so far.. have
no time to dig into websphere yet... someone ever used it? drop us
two cents about it:)

【在 s***x 的大作中提到】
: hehe, I just use emacs + make. The old fashioned way is the safest.
g**********y
发帖数: 14569
9
I like JCreator. It is basically a text editor + Java support + minimum IDE
function. I dislike all Java IDEs I tried: JBuilder, Eclipse, NetBeans. It's
just tooooo slow, especially when editing graphics back and forth. More than
that, if I edit graphics part manually, which I have to from time to time, the
graphics is easily screwed up.
They just can't make IDE comparable to Visual C# (on performance), can they?
B******N
发帖数: 445
10
ha ha

【在 x***n 的大作中提到】
: I'll have to complain your big structures...
:
: every class 3000 lines.

相关主题
JAVA IDE ?现在哪种java开发环境比较流行呀?
请问java的idenetbean and eclipse
Which IDE is good in Linux?[转帖]如何才算掌握Java(J2SE篇)
进入Java版参与讨论
st
发帖数: 1685
11
never checked into CVS? that's bad, very bad.

【在 B******N 的大作中提到】
: ha ha
KG
发帖数: 515
12
If every class is 3000 lines, why don't you refactor it to a number of smaller
classes. I wouldn't write such a lengthy class, which could be nightmare for
maintenance purposes.

【在 st 的大作中提到】
: never checked into CVS? that's bad, very bad.
st
发帖数: 1685
13
I wont write so much code without sourcesafe, CVS type of thing or simply
back up. :D

【在 KG 的大作中提到】
: If every class is 3000 lines, why don't you refactor it to a number of smaller
: classes. I wouldn't write such a lengthy class, which could be nightmare for
: maintenance purposes.

m****r
发帖数: 11
14
What is eclipse for? From context, I guess it is a java IDE similar to
jbuilder.

【在 st 的大作中提到】
: I wont write so much code without sourcesafe, CVS type of thing or simply
: back up. :D

st
发帖数: 1685
15
yes, it is.

【在 m****r 的大作中提到】
: What is eclipse for? From context, I guess it is a java IDE similar to
: jbuilder.

KG
发帖数: 515
16
Neither would I, hehe, just a habit of coding...

smaller
for

【在 st 的大作中提到】
: I wont write so much code without sourcesafe, CVS type of thing or simply
: back up. :D

s**g
发帖数: 15
17
Hehe, i am maitaining a 9000+ loc class. I am surprised that my editor can
still handle it.

smaller

【在 KG 的大作中提到】
: If every class is 3000 lines, why don't you refactor it to a number of smaller
: classes. I wouldn't write such a lengthy class, which could be nightmare for
: maintenance purposes.

m******t
发帖数: 2416
18

I would be surprised if an editor cannot handle a 9000 line text file
- except for notepad, that is.

【在 s**g 的大作中提到】
: Hehe, i am maitaining a 9000+ loc class. I am surprised that my editor can
: still handle it.
:
: smaller

c**g
发帖数: 274
19
ant is cute and powerful.

【在 w*r 的大作中提到】
: er... right... but... still sounds tedious to write make file for
: big projects. jbuilder is the best tool i've used so far.. have
: no time to dig into websphere yet... someone ever used it? drop us
: two cents about it:)

1 (共1页)
进入Java版参与讨论
相关主题
COOL JAVA IDEwhat's the most popular Java IDE
Eclipse vs. Jbuilder X ?JAVA IDE ?
Recommend Java IDE请问java的ide
How about Swing?Which IDE is good in Linux?
请问用什么java developer? 在哪里下载?现在哪种java开发环境比较流行呀?
调查:最好的Java IDEnetbean and eclipse
没法用Re: netbeans 4.0 is very good[转帖]如何才算掌握Java(J2SE篇)
Java IDE 选择?which IDE for GUI ?
相关话题的讨论汇总
话题: eclipse话题: class话题: java话题: ide话题: jbuilder