由买买提看人间百态

topics

全部话题 - 话题: eclipse
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
j******o
发帖数: 82
1
来自主题: Java版 - Eclipse一问
Eclipse Europa
请问在Console view里面可不可以设置一个tile的
option可以同时看到数个Program的输出.client/server
的debug很讨厌.
不想再开一个Eclipse session.因为代码在同一个workspace
里面.
谢谢!
r*****l
发帖数: 2859
2
I always leave one Eclipse 3.2.2 instance, or 2, or 3, open for
at least a week, and there is no problem.
I am using Windows XP, not Linux BTW.
Before, when I use CentOS, I kept eclipse 3.2 open for days too
w/o problem.
Firefox the same :)
g*********s
发帖数: 1782
3
【 以下文字转载自 Programming 讨论区 】
发信人: gandjmitbbs (Nothing), 信区: Programming
标 题: Eclipse的CDT里如何生成tag?
发信站: BBS 未名空间站 (Fri Jan 25 18:58:22 2008)
如题。新公司不用商业IDE,都是vi/emacs来去。只好自己用Eclipse了。
c**n
发帖数: 1761
4
【 以下文字转载自 JobHunting 讨论区 】
发信人: cvin (cvin), 信区: JobHunting
标 题: 谁知道ECLIPSE和WTP倒底啥关系?
发信站: BBS 未名空间站 (Mon Jul 21 20:11:30 2008), 转信
本来想学习一下ECLIPSE,就借了本书。结果这本书还讲了WTP,但是不是很清楚这两者
是啥关系?
c**n
发帖数: 1761
5
一般大家用ECLIPSE的时候装这些PLUG IN吗?ECLIPSE是不是下载下来就默认有了WTP了
?或者至少部分WTP了?
g*****g
发帖数: 34805
6
There's an eclipse WTP package which includes eclipse.
WTP means web tool platform, if you do j2ee stuff,
you definitely would want to use it.
t*******t
发帖数: 105
7
来自主题: Java版 - 问个eclipse的问题
谢谢好虫。
我改成了 com.test1.*;
但是eclipse始终说com.test1找不到。
事实上如果我把class文件考入src文件以后,一旦我type com,eclipse会自己提示com
.test1.
h********g
发帖数: 21
8
来自主题: Java版 - 问一个关于Eclipse IDE 的问题
我在学习使用Eclipse IDE。现在的问题是 要用TPTP插件来profile 一个application
我通过SOFTWARE INSTALL安装了插件。然而当用这个插件PROFILE JAVA APPLICATION时
,没有问题。但是如果要使用插件到java WEB application时,似乎不工作。really
don't know 什么原因。本人对Eclipse和JAVA都是新手,请各位大牛多加指点。
F****n
发帖数: 3271
9
来自主题: Java版 - netbean and eclipse
Moreover, anybody noticed the meaning of the name "Eclipse"?
I guess it is intentionally named to mean to eclipse or reduce the dominance
of Sun in Java world.
n*********n
发帖数: 580
10
来自主题: Java版 - netbean and eclipse
netbeans和eclipse的理念完全不一样,netbeans就是个ANT的GUI interface。一般web
项目用maven就可以了,esb,portal就要依赖vendor提供的IDE plugin了,基本上不是
eclipse就是netbeans, 没有这些vendor提供的开发工具,基本没法干活。
c**o
发帖数: 186
11
来自主题: Java版 - eclipse debug function question
I used eclipse debug function and attached souce code with class files.
But now, I found when I want to know where is my class file, eclipse will
point to my source code.
I know it is not very big deal. But I want to know how I can dis-attach my
source code with these class files.
does anyone know how?
Thanks.
g*****g
发帖数: 34805
12
maven 不懂,但你可以在eclipse启动的参数里加-Xmx让eclipse多用
一点内存。

档.
A******g
发帖数: 612
13
来自主题: Java版 - eclipse 做gui问题
用eclipse做gui,是不是只能用命令来加窗口,textfiled, Jbutton等,不能直接画?
eclipse的visual editor是不是做这个的?网上说明很少,连个图都找不到,读了faq
还不能在mac用。
netbeans是不是可以做这个。
不想花太多时间用代码布局窗口,就是个输入的界面而已,不需要很fancy。
想把主要精力放在算法上
谢谢!
T********n
发帖数: 24
14
每次看 eclipse 启动,那个慢啊。终于有一天,不能启动了。于是到 ini 文件中,修
改内存参数,又可以用了几次。然后又支持不住了,每次都用着用着就完蛋关闭了, 说
内存不够。我的机器是去年买的,设置等都很好。
怒了,把 eclipse 全部删掉,改用 command line 和 tiny edit, 只有几百k 的小编
辑文件, 编小程序很好用.
T*****e
发帖数: 361
15
用了几年eclipse,现在回头要用visual studio 2005/2008,那才叫别扭呢。Eclipse
还是很赞的,当然大家的经验可能各不相同。
g**********y
发帖数: 14569
16
Unzip eclipse要一个小时???你的机器肯定没问题?Eclipse最多几百兆,把它
unzip, zip来回倒腾几遍也用不了一个小时。除非你的机器是个病毒集中营。
s********r
发帖数: 176
17
Eclipse is the best IDE for java/j2ee development so far. when install
Eclipse, u just need to unzip it. just seconds, it is ready to use.
f****m
发帖数: 38
18
来自主题: Java版 - eclipse总死是怎么回事
我的eclipse.ini是这样,里面似乎默认的MaxPermSize是256M
不清楚--launcher.XXMaxPermSize和-XX:MaxPermSize有什么关系
-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
c******n
发帖数: 4965
19
来自主题: Java版 - 问个eclipse 编辑的问题
edit a java source code.
I want to comment out a block, I don't like to use
/*
some old code
*/, which can be done by eclipse menu command
vim and emacs both have commands to do
//
//
//
// some old code
//
//
but the vim plugin and emacs keybinding in eclipse are watered-down versions,
and do not have such commands,
what do you do for the above situation?
r*****s
发帖数: 985
20
it may be specific to MyEclipse.
Must be some settings.
Eclipse only seems to be fine.
Sigh,
eclipse soon will be an OS and has its own based cell phone :D
l**b
发帖数: 457
21
How old is your eclipse? Does the latest VI plugin still works in the latest
Eclipse?
c******n
发帖数: 4965
22
I started tomcat, but it just does not go forward unless I actually used
eclipse to connect to it.
then after that I could disconnect and tomcat goes on fine
this does not make much sense.... debugger should be optional, right?
m*****j
发帖数: 499
23
【 以下文字转载自 XML 讨论区 】
发信人: mickytj (MagicMicky), 信区: XML
标 题: eclipse 不认 namespace 吗?
发信站: BBS 未名空间站 (Thu May 19 14:32:45 2011, 美东)
eclipse似乎把这个namespace的声明当成element的属性了,还提示应该在dtd里声明这
个属性。这个是正常的吗?
a***n
发帖数: 584
24
来自主题: Java版 - maven generate-sources in eclipse?
Eclipse Maven plugin is NOT that good yet. It might be better in Spring
Tools Suites (STS). You might want to give it a try.
Nevertheless, I am still using command line with Eclipse 3.5.
i**p
发帖数: 902
25
来自主题: Java版 - Eclipse and java 1.6
My PC is installed JRE and JDK 1.7, and JRE 1.6 only. However, the Eclipse
can make Java 1.6 build. Where is the Javac 1.6 from? Is JDK 1.7 has an
option to make 1.6 build or Eclipse has its own Java 1.6 compiler?
y****e
发帖数: 1012
26
来自主题: Java版 - eclipse导出makefile
请问用eclipse配置好一个工程,能用eclipse导出这个工程的makefile吗?
问下~
谢谢!
m*****k
发帖数: 731
m*****k
发帖数: 731
28
来自主题: Java版 - eclipse 怪问题
Multiple markers at this line
- implements java.lang.Runnable.run
- The method run() of type new Runnable(){} must override a superclass
method
I believe my eclipse messed up,
I restarted eclipse, same error.
I will restart my win and see,
r***y
发帖数: 4379
29
来自主题: Java版 - Myeclipse or Eclipse
core java now,not j2ee 根本不需要 Myeclipse
Eclipse for java developer 够了
对这三种语言 Eclipse classic + cdt + pydev 就一勺烩了
F*******X
发帖数: 143
30
来自主题: Java版 - 初学 Java 的神器 - Eclipse
我下载了这文件"eclipse-java-indigo-SR2-win32.zip",不用安装,解压后就可以用
了,神器。 如果有上网的话,我还可以用Eclipse 连到 Oracle 的 Java Document。
按 ctrl + space 有提示,还可以帮我 import package,很方便了。初学 Java 的必
备。
g*****g
发帖数: 34805
31
来自主题: Java版 - 初学 Java 的神器 - Eclipse
不用装plugin方便吧,eclipse有时候问题很头疼,我前阵子碰到一个bug,部署tomcat
Eclipse就NPE。试了无数办法最后改用run jetty run。产品跑tomcat,开发用jetty
,不很理想,但迄今还好,没碰到啥问题。
S*******h
发帖数: 7021
32
我在Eclipse menu> run configuration -> arguments -> program arguments 的栏位
里 放了 java -ea HelloWorld.
可是在 Eclipse 里Apply and run HelloWorld program. compile有过. output "
passed" 可是并没有出现预期的 AssertionError啊
从commandline console 里 run java -ea HelloWord 照样出现 Main class not
found. 到底是怎么回事?
S*******h
发帖数: 7021
33
1. 在Eclipse Run > Run Configuration > Arguments >VM arguments那栏里加 java-
ea HelloWorld
结果反回
java.lang.NoClassDefFoundError: java
Caused by: java.lang.ClassNotFoundException: java
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoa... 阅读全帖
r******r
发帖数: 700
34
来自主题: Java版 - Eclipse 做得很好
举个例子,比如,Java eclipse 里面,自动搜索并导入 package import 机制,比 C+
+ 里面的 include header 方式要简洁,方便很多倍。 大家有觉得没有? 不过,这主
要是因为语言本身的区别,Eclipse 所起的作用要小些。
r******r
发帖数: 700
35
来自主题: Java版 - Eclipse 做得很好
Exactly, but now it has become a dead link:
http://download.eclipse.org/eclipse/updates/junoSR1Patch-tmp
unavailable.

I
w****n
发帖数: 266
36
装了eclipse JUNO 和 jdk1.6, path 和classpath里都设置了路径,可是每次打开
eclipse还是提醒没改Home Environment,请教是什么问题
z*******3
发帖数: 13709
37
maven目前版本才3.0,不可能有太多好插件
你可以在eclipse上安装jaxws插件,然后再利用上maven
以eclipse为主
t**********h
发帖数: 2273
38
来自主题: Java版 - Eclipse还是IntelliJ
习惯了Eclipse的快捷键,几乎不用鼠标。IntelliJ可以仿ECLIPSE的绑定么?
b******y
发帖数: 9224
39

举个例子。比如有编译错误,修改好程序后,存了,还是显示有编译错误。需要点击
rebuild project, 编译错误才clear掉。
不清楚这个是不是新版windoze的问题? 几年前用旧版Eclipse的时候,只要save了,那
些errors就clear了。也就是好像Eclipse没有及时pick up new changes.
c*******e
发帖数: 290
40
来自主题: Java版 - Eclipse EE
想弄个小网站,一方面做 demo,另一方面想练习 Web 应用开发。在 Eclipse EE 怎样
能够比较快的配置一个服务器,然后在首页显示,比如“Hello World”. 在 Eclipse
里开发的应用,想快速弄个 demo.
谢谢。
g*****g
发帖数: 34805
41
来自主题: Java版 - Eclipse EE
My recommendation, basic Eclipse + Run jetty Run. In place deployment, run
your web like an application within Eclipse.
c*******e
发帖数: 290
42
来自主题: Java版 - Eclipse EE
以前也主要用 basis Eclipse. 最近改 Eclipse EE 了,难道 EE 版本不是主要方便网
站开发的?
Run Jetty Run 通过公司内部网,别的机器可以访问不?虽然是 demo,但是还是需要
做到多台机器访问。
g*****g
发帖数: 34805
43
来自主题: Java版 - Eclipse EE
I stand corrected. I only write web service, so basic eclipse is enough for
me.
If you are doing js, ejb etc. Eclipse EE is the way to go. Run jetty run is
only a plugin for development, it's not for deployment. For that, you want
to go with tomcat etc.
f****h
发帖数: 97
44
各位老大,前面我学stanford那个CS106A的时候,下载的package是能直接import到
eclipse的,现在开始看看core java,网上下载的code,请问怎么import到eclipse里
面运行啊?
叩谢了!
g*****g
发帖数: 34805
45
It's hard to say what's wrong. You may want to start with mvn eclipse:
eclipse on command line to create a project, make a helloworld work and move
from there.
Y**G
发帖数: 1089
46
建议换IntelliJ。自从用了IntelliJ后才知道Eclipse比IntelliJ差许多。
举个例子把,在debug的时候,IntelliJ中查看Map, List中的元素很方便,不像
Eclipse中那么麻烦。

Maven
main
n***y
发帖数: 82
47
来自主题: Java版 - Eclipse RCP 有用吗?
要做个桌面系统,大概包括4,5个比较独立的子系统,都是java写的。我现在打算用
Eclipse RCP 把子系统弄到一起,就是每个放在不同的perspective里面.这个方案合适
吗?我对这个不太熟,估计还要花些功夫才能用起来。这个Eclipse RCP 值得花这个时
间吗?用的多吗?还有没有其他更好的方案?
谢谢。
n***y
发帖数: 82
48
来自主题: Java版 - Eclipse RCP 有用吗?
要做个桌面系统,大概包括4,5个比较独立的子系统,都是java写的。我现在打算用
Eclipse RCP 把子系统弄到一起,就是每个放在不同的perspective里面.这个方案合适
吗?我对这个不太熟,估计还要花些功夫才能用起来。这个Eclipse RCP 值得花这个时
间吗?用的多吗?还有没有其他更好的方案?
谢谢。
z*******3
发帖数: 13709
49
来自主题: Java版 - IntelliJ 真的比 Eclipse 好吗
用用不就知道了
沙发说的又是扯蛋的
jetbrains现在支持的语言比eclipse多
尤其是一些比较时兴的东西,比如objective c,jetbrains就有专门的ide来搞
python什么也都是如此,基本上这个年代你需要的东西
jetbrains都提供
比如android开发,google现在就不怎么强调eclipse插件了
很难用,而且很慢,不知道为什么,问google
google现在搞android studio,就基于intellij idea的
另外一般不叫intellij,一般叫idea
r*****s
发帖数: 985
50
来自主题: Java版 - IntelliJ 真的比 Eclipse 好吗
一个树状结构的maven projects
在Eclipse里怎么搞定?
不是来踢Eclipse的场子,
真心请教。
Intellij自动就可以识别submodules/subprojects
比如这个样子的
parent(pom.xml)
|-modlue0 (pom.xml)
|_module1 (pom.xml)
|_submodule1 (pom.xml)
|_submodule2 (pom.xml)
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)