m******t 发帖数: 2416 | 1
It's understandable to hide all the porn you
downloaded in the source tree, but it's really
unprofessional to also count them in when we
are talking about eclipse!
;-) |
|
m******t 发帖数: 2416 | 2 No no, I'm asking why you have to install eclipse
in order to use subversion. Tortoise is excellent
for Windows users. |
|
g*****g 发帖数: 34805 | 3 yep, I guess disk IO is the problem, maybe OP
doesn't have much disk space for swap. Eclipse
does scan the open projects when loading, if
disk IO is slow, it will not respond. |
|
T********n 发帖数: 24 | 4 错怪 eclipse 了,我的电脑原来早中招了,现在连 Adobe 都打开不了,只能格式化硬
盘了。真是气死人了,连电脑屏幕的颜色都被病毒改了。
我的laptop 是好的,但不知为什么 unzip 特别慢,用的是 windows vista 本身带的
功能。 |
|
g*****g 发帖数: 34805 | 5 I had that problem with google pinyin too, the solution is
to change the key binding for the google pinyin.
Of course you can change the key binding for auto-complete in
eclipse if you prefer. |
|
m****r 发帖数: 6639 | 6 yeah. obviously. i was wondering if there is a setting in eclipse so that
it can by-pass the pinyin. |
|
g**********y 发帖数: 14569 | 7 今天突然Eclipse出问题了,按F3 open declaration, 弹出“java.lang.
ClassFormatError: Truncated class file”。运行程序,debug, 又没问题,但是一
旦要追踪代码, 就有问题。
我甚至把workspace全部清理掉,重建一遍也一样。
有谁遇到过类似的吗? |
|
|
s******e 发帖数: 493 | 9 I do not know any good eclipse plugin if that is a must. Otherwise you can
try to use argoUML or netbean.
both did some good works for me. |
|
g*****g 发帖数: 34805 | 10 你需要设置运行目录,run->configuation里面的tab里找。
缺省的目录是eclipse的执行目录。 |
|
m******t 发帖数: 2416 | 11 I would recommend that you start with compiling and running
at least one project entirely from command line. It'd help
you understand how the Java source tree and classpath work,
without all the distractions and hand-holding from an IDE.
Once you get past that, you'll find lots of things in Eclipse
actually quite intuitive. |
|
L**Q 发帖数: 834 | 12 最近尝试用Eclipse 做C++,有点不习惯。
是不是每次都要用Hello world那个模板建新project呢?
我每次想建立个empty的project,然后自己添加各种文件,但是那个binary的文件怎么
生成?不然没办法run。
问题很土,刚开始用,谢谢 |
|
m******t 发帖数: 2416 | 13 Q: What makes an Eclipse?
A: A huge body that's too fat for anybody to see what's behind it. |
|
k***r 发帖数: 4260 | 14 I saved a JSP file with an external text editor (Notepad++)
as UTF-8 with BOM. Eclipse reads it fine after I set in
project properties, resource, source file encoding as UTF-8.
However, when I try to save, I get an error:
"Save could not be completed.
Reason:
Some characters cannot be mapped using "ISO-8859-1" charater
encoding ..."
Any idea how I can save JSP in UTF-8? |
|
ET 发帖数: 10701 | 15 anyone can help to teach me how to do this silly thing?
I use mac os 10.5, eclipse 3.5.
i am able to see the Preferences from the " window - customize perspective
- window -preferences" .
apparently, it is visible by default.
but i am not just able to see the "Preferences"?
anyone can help? thanks. |
|
m******t 发帖数: 2416 | 16 It's on the "Eclipse" menu.
perspective |
|
w*****g 发帖数: 1415 | 17 刚接触eclipse,安装了Remote system explorer。已经可以连接到远程服务器,浏览/
编辑 远
程服务器上的文件。但这个必须到perspective里面去,要走很多步。
在project explorer里面,可以import 远程文件到本地,但对该本地文件的改动不会
和远程文件
同步。
请教对RSE熟悉的朋友,这个东西究竟该怎么用?如何在PE里面就直接编辑远程文件呢
? |
|
f****m 发帖数: 38 | 18 我用的windows 7, 32位家庭高级版
eclipse上装了maven
今天晚上死4次了,郁闷 |
|
f****m 发帖数: 38 | 19 在eclipse.ini里面默认是
-Xms40m
-Xmx384m
刚刚改成了:
-Xms256m
-Xmx512m
希望够用 |
|
k*******d 发帖数: 701 | 20 是jdk的问题吧?
jdk 6 u21 b06在windows平台上因为改了公司名称(从sun microsystem to oracle)
,而eclipse靠公司名称区分jdk。
oracle已经更新jdk 6 u21 到b07了。
java -version,检查一下看看是不是这个问题,如果是,重新下载新的吧 |
|
|
|
c******n 发帖数: 4965 | 23 say u have 2 projects A and B, B uses A's output jar
u open 2 projects in eclipse
what is the idiomatic way to setup B's dependency on A?
just add A's jar location to B's build path?
in maven it's easier:
go to A, mvn install
then put A's dependency in B's pom.xml |
|
F****n 发帖数: 3271 | 24 Depends on what kind of projects you have. By default, you are using Eclipse
's IDE's project definition, and in that case you can specify the build path
of B to depend on A. You also need to export all dependencies jars used in
A. If it's a plug-in project, then things can get quite complicated.
Basically you should convert A into a plugin project and specify it into B's
plug-in definition. |
|
f****m 发帖数: 38 | 25 lenovo t410s,OS win7, Memory 4G
eclipse是最新的for java developer版, 其他的plugin只用了maven,也是最新版的
现象是经常在refactor的时候no response,然后自己退出……
有啥建议或者解决办法?谢谢 |
|
g*****g 发帖数: 34805 | 26 I am using this in eclipse.ini file. |
|
|
c******n 发帖数: 4965 | 28 eclipse sucks, full of bugs, on the plugin install page, I once came
across a situation where I had to view the licence agreements in a certain
order, in order for the "next" button to show up. ( "licence A" -->
"licence B" would make the button gray'ed out ) |
|
c******n 发帖数: 4965 | 29 for example,
I'm editing a method X(),
then I need to check the type of a certain member, so I jump back to the
head of the code. but after that, I need to come back to X().
now I have to do a text search.
in vim, I can mark X(), and then later just jump to X()
is there a similar ability in eclipse?
thanks |
|
m****r 发帖数: 6639 | 30 there is vi plugin for eclipse. |
|
|
c******n 发帖数: 4965 | 32 probably not , only perforce, ivy, and default J2EE ones that come from
the eclipse tar ball |
|
o**1 发帖数: 6383 | 33 可能是问你用不用eclipse JUNIT plugin 来做 unit test. |
|
a***n 发帖数: 584 | 34 Eclipse 3.1 之后,junit plugin 不是已经在包裹里吗?
不过,一般都是跟 junit 3.8. 如果用 annotation, junit 4 更好一点。 |
|
|
c******n 发帖数: 4965 | 36 it seems that eclipse can't run this phase,
it gave me error
plugin execution not covered by lifecycle configuration
any idea?
thanks |
|
k******p 发帖数: 21 | 37 Run maven at command mode first. Then run eclipse plug-in to generate .class
and .project files. |
|
S****h 发帖数: 558 | 38 Eclipse Maven plugin is quite buggy and slow. You have to recoil to command
line from time to time. |
|
g**********y 发帖数: 14569 | 39 有人用Eclipse Java Profiler plugin吗?几年前我用过TPTP, 很不方便。刚查了一下,好象还是没看到什么好的替代出来。
大家有什么可以推荐的吗?谢谢!
找到一个不错的:JDK自带的jvisualvm, 简单好用。 |
|
m*****k 发帖数: 731 | 40 anybody has some insights about the job market for eclipse plugin
development |
|
j******a 发帖数: 1582 | 41 能具体说说吗?
是eclipse在下载过程中试图使用ssh tunnel导致了这个问题?
那在mcafee防火器上有没有办法允许ssh tunnel?
多谢 |
|
P*****f 发帖数: 2272 | 42 any good resource?
just basica configuration to demo the architecture -- Spring MVC + Hibernate
Persistent + some JSP/Servlet within a Eclipse project.
Thanks |
|
u*d 发帖数: 149 | 43 之前运行没问题,需要zip后submit
请看图,试了试了这几个选项后点“ok”,不运行
多谢!
Workspace放在d盘,程序在原来位置运行正常,拷到其他位置运行就会出现图中提示,3个选项都试过,不运行
是因为路径问题缺少某些文件?不知道怎么解决
Eclipse Java EE IDE for Web Developers.
Version: Indigo Service Release 1 |
|
m*****k 发帖数: 731 | 44 check your server setting in eclipse to make sure it points to the right web
app, I assume you were talking about an web app.
the other 2 you show here are for ant task running. |
|
u*d 发帖数: 149 | 45 之前运行没问题,需要zip后submit
请看图,试了试了这几个选项后点“ok”,不运行
多谢!
Workspace放在d盘,程序在原来位置运行正常,拷到其他位置运行就会出现图中提示,3个选项都试过,不运行
是因为路径问题缺少某些文件?不知道怎么解决
Eclipse Java EE IDE for Web Developers.
Version: Indigo Service Release 1 |
|
m*****k 发帖数: 731 | 46 check your server setting in eclipse to make sure it points to the right web
app, I assume you were talking about an web app.
the other 2 you show here are for ant task running. |
|
r****n 发帖数: 1088 | 47 I think Eclipse doesn't require JDK to run. It does require java runtime
installed. And I think it has its own compiler. |
|
y****e 发帖数: 1012 | 48 thanks,
should i try download sun java instead of openjdk, would eclipse
automatically update lib path or I have to do it manually?
thx |
|
h**********c 发帖数: 4120 | 49 while, first updatedb (yum install mlocate)
locate java
try to find which java you installed.
getenv
which java
I am not familiar with debian. These are RHL style command.
In Eclipse there are options to select jre and javac. |
|
r*****l 发帖数: 2859 | 50 Frankly, I never rely on distro's package manager to install java, tomcat,
eclipse, etc.
I always download distro independent versions and install them manually. |
|