由买买提看人间百态

topics

全部话题 - 话题: eclipse
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
s*******r
发帖数: 197
1
【 以下文字转载自 Programming 讨论区 】
发信人: skyfisher (keep and forwarding), 信区: Programming
标 题: 新手请问一个关于eclipse的问题 (转载)
发信站: BBS 未名空间站 (Sat Nov 28 14:57:34 2009, 美东)
发信人: skyfisher (keep and forwarding), 信区: Java
标 题: 新手请问一个关于eclipse的问题
发信站: BBS 未名空间站 (Sat Nov 28 14:57:09 2009, 美东)
我是在写一个java作业,code写完了。本来在linux上面运行的话
直接java GenNums 1000000 | java RunConcurrentMMA -t 1 -v就可以了。
现在如果我想在eclipse上面运行的话,是不是要在runconfiguration里面设置一些参
数,然后点击run呢?多谢
d*r
发帖数: 238
2
来自主题: Java版 - Eclipse vs. Jbuilder X ?
There is one thing that I cannot figure out in Eclipse.
How to use IntelliSence in eclipse IDE. That is when I put the mouse point
over a method's name, the IDE should pop-up a tip/context about the method's
comments document. Also, when you writer a method, it provides the method's
signature with the parameters' names rather than something like arg0 in
eclipse.
It is supported by at least MS Visual studio and Jbuilder.
I tried several times to put th java api documents in different directories.
o**v
发帖数: 1662
3
来自主题: Java版 - W4T Eclipse
W4T Eclipse is the first Eclipse-based tool for visual development of
Web-based business applications. W4T Eclipse brings rapid application
development into the realm of Web application development; something
that has been missing in the Java world.
在线的视频DEMO:http://www.w4toolkit.com/video/W4TEclipse.html,不大,
2MB足有。
m******t
发帖数: 2416
4

See
http://www.eclipse-plugins.info/eclipse/index.jsp
As for GUI plugins, Eclipse has a sub project Visual Editor that's supposed to
be a visual designer for Swing. My experience with it hasn't really been
impressive though.
d****s
发帖数: 30
5
来自主题: Java版 - [转载] 有用Eclipse的嘛?

是啊,最近学习了一下,能看懂ANT的xml文件基本,不过我现在的程序Eclipse的Builder

I've told you, read JPDA carefully. Eclipse is fully complaint with the spec.
Although the spec is used for developing a debugger, you can understand how
IDE tools like Eclipse and Netbeans hook up to an application, set break point
and trace the workflow.
to
core
g*********s
发帖数: 1782
6
【 以下文字转载自 Programming 讨论区 】
发信人: gandjmitbbs (Nothing), 信区: Programming
标 题: Help: how to use Eclipse as C++ IDE in XP?
发信站: BBS 未名空间站 (Mon Jan 7 21:04:22 2008)
I've already download and installed Eclipse. Then I realized there's no C++
compiler installed in XP. So I googled and found it seemed MinGW would help.
However, after installing MinGW, I still cannot compile a simple "hello,
world" code.
Anyone can give suggestions, or give links about step-by-step instructions
how to install Eclipse
t*******t
发帖数: 105
7
来自主题: Java版 - 问个eclipse的问题
我写了一个testclass叫做TestClass.java
package com.test1;
class TestClass{}
javac ....
然后建立如下文件夹:
com\test1\TestClass.class
然后
jar cvf d:\test1.jar d:\com\test1\*.*
得到一个包。
进入eclipse,随便找个class,再随便找个method
写:
TestClass tc = new TestClass();
提示说找不到,于是 project-》properties-》build path,添加test1.jar,
然后
import com.test1;
eclipse说找不到 com。test1.
我随后查看了。classpath文件,
其中有:

但是后来我把
com\test1\TestClass.class
直接拷贝到 src 文件夹,eclipse就找到了。
哪位大侠能解释一下吗?难道是我的jar file生成的
l*****b
发帖数: 82
8
If it is maven project, you could run maven command:
mvn eclipse:eclipse to generate eclipse project stuffs.
Hope it will help you.
b***i
发帖数: 3043
9
来自主题: Java版 - Eclipse不运行applet
error log一堆错误,太多以至于ide已经不能产生新的错误了,还是没有新的错误我不
清楚。
我每次RUN,就是terminated,没有窗口显示.就是那个applet viewer的窗口。
这是几个error log的例子,是我不停地试的过程中记录下来的,我重启了系统,还是
不行。
eclipse.buildId=M20090211-1700
java.version=1.6.0_14
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86
Error
Wed Jun 24 21:20:55 CDT 2009
Problems occurred when invoking code from plug-in: "org.eclipse.ui.console".
org.eclipse.swt.SWTException: Device is
l***e
发帖数: 480
10
有几个个人项目在eclipse里,有关web的和core java的.主要是简单的修改和调试,稍微
跑两下,eclipse就两百兆左右的内存,再加个数据库,如果再看看office文档或pdf文档.
1/2g内存,跑得都很费劲.
如果,能导入maven,估计调起来,会比较轻松.
搜了一下,都是maven项目往eclipse里导.反向很少或几乎没有.
哪位熟悉?多谢.
e********3
发帖数: 18578
11
最近新装了Eclipse的Helios Release, Build ID 20100617-1415, Mercurial的插件是
Intland Software的MercurialEclipse,但是当我用以前的IDE设置(workspace已经存
在了,是用Eclipse 3.3.0的Version和Mercurial HG创立的)。
当我想从remote repository pull的时候,会有出错信息“ssh" is not recognized
as internal or external command,我的OS是Windows XP 64-bit,在Command里面输入
SSH也是同样的错误信息,我想应该是我没有ssh environment,但是以前Eclipse+
Mercurial HG都能用,不知道现在为什么突然不行了,请高手指点,多谢了。
b****n
发帖数: 865
12
我下的是最新的
Eclipse IDE for C/C++ Developers
eclipse-cpp-helios-linux-gtk.tar.gz
解包后执行eclipse就出现了前面的错误
怎么让它用 JVM 而不是 GCJ呢?
是我的Java 环境变量设置不对么?
谢谢
k******p
发帖数: 21
13
First add Tomcat to Eclipse runtime server,
From Eclipse run menu,
Debug as -> Debug o server (tomcat)
S****h
发帖数: 558
14
来自主题: Java版 - java ee新手求教eclipse问题
It just depends on whether you are using those extra help. I personally does
not use that much. To be clear, I use spring in my work, just do not use
spring plug-in for Eclipse. Actually, I use netbean mostly, which has less
plugin than eclipse. But some plugin in eclipse is so buggy and slow that I
cannot bear. Netbeans also has spring plugin and their plugins seems runs
smoother.
t******h
发帖数: 120
15
在eclipse新建一个workspace
然后在windows把原来workspace里面的每个project的folder
copy到新的workspace里面
注意是先在eclipse建workspace 然后在windows的文件浏览器里面copy 不要直接在
eclipse里面copy
c******n
发帖数: 4965
16
In a Java project in Eclipse, I am trying to debug project A.
Project A has a dependency on B.jar, normally B.jar comes from my .m2/
repository. but now I want to make some temp changes to B's code, and have
it reflected in A, so I directly edit the source code in B project in
eclipse, and set B as a dependency project in A's build path. Additionally,
both A and B refer to C.jar as their dependencies.
This builds A fine, but when it is run, A's classpath contains 2 copies of
all the classes and ... 阅读全帖
c*****a
发帖数: 55
17
来自主题: Java版 - 求助,using enum in eclipse
I am not sure. I used to use int for the switch, and than, I convert all
those int into enum, then the big slow down in eclipse start to happen.
I don't understand why eclipse and netbeans have this big difference. for a
very simple test, netbeans took like a second, and eclipse took more than 30
seconds.
k********e
发帖数: 368
18
来自主题: Java版 - 初学 Java 的神器 - Eclipse
ctr+shift+O 自动import,去掉没用的import。
离不开eclipse及基于eclipse的STS。 但是,eclipse太好内存了,每次打开,电脑就
呼呼散热。
z****e
发帖数: 54598
19
来自主题: Java版 - 初学 Java 的神器 - Eclipse
这个功能是个ide都有
idea和eclipse强大在于template和各种plugin
另外idea界面比eclipse要好看很多很多
不过一样的,idea也多少有点私货
从idea迁移project到eclipse会痛苦点
反过来比较简单
S*******h
发帖数: 7021
20
在Eclipse里写了一个HelloWord program. 用了Assert statement. Tutorial说需要
先run java -ea command 去enable assert
public class HellowWorld {
public static void main(String[] args) {
int x = 5;
int y = 7;
assert (x > y): "stuff";
System.out.println("passed");
}
}
1. java -ea HelloWorld 只能在command line console 底下跑吗? 有没有办法让它
在 Eclipse->Run application 前 在Eclipse里 run 这command?
2. 在command line console 里试了 C:\workspace\Test\src> java -ea HelloWorld
结果返回 "could not find the main class HelloW... 阅读全帖
g**l
发帖数: 85
21
Error 404 - Not Found.
No context on this server matched or handled this request.
Contexts known to this server are:
确实没有其他地方用8080,
我再terminal在jetty的目录中用命令java -jar start.jar 启动jetty就能正常打开页面
但是在eclipse种的jetty用started启动(其实在eclipse中装jetty server的时候也问
过jetty server的目录) 跟terminal中一个目录,只不过又在eclipse中设置了一下,
就出现打开页面时的 404错误
Error 404 - Not Found.
No context on this server matched or handled this request.
Contexts known to this server are:
好像jetty的服务还是起来了
就是context路径或者目录没东西,
但是我不知道怎么配置修改
请教是什么原因
谢谢
g**l
发帖数: 85
22
确实没有其他地方用8080,
我再terminal在jetty的目录中用命令java -jar start.jar 启动jetty就能正常打开页面
但是在eclipse种的jetty用started启动(其实在eclipse中装jetty server的时候也问
过jetty server的目录) 跟terminal中一个目录,只不过又在eclipse中设置了一下,
就出现打开页面时的 404错误
Error 404 - Not Found.
No context on this server matched or handled this request.
Contexts known to this server are:
好像jetty的服务还是起来了
就是context路径或者目录没东西,
但是我不知道怎么配置修改
谢谢
b******y
发帖数: 9224
23
原先版本的Eclipse, 如果改动一个文件后,它自动的就load了。现在的Eclipse, 经常
是,需要refresh project, 它才load新的class file.
大家有碰到过这种情况吗? 如何让Eclipse接近real time的load new/changed class
files?
多谢,
g*******r
发帖数: 1414
24
来自主题: Java版 - IntelliJ 真的比 Eclipse 好吗
我装了一下
新手不是很会用,所以可能还不是很了解,感觉跟Eclipse的差别有
1. 无法一次性开几个project,否则得开几个idea分别搞
2. 热键跟Eclipse差不少,而且有些是四个键一起按
3. 好像占资源挺多,跑Spring之类的比较吃资源,不过这个Eclipse也不怎么样
不过,代码的 navigation 很强大
z*********e
发帖数: 10149
25
来自主题: Java版 - IntelliJ 真的比 Eclipse 好吗
idea的project跟eclipse的project概念不同
Eclipse里面的project对应的是idea的module,一个project下面建立多个module是可
以的
我更喜欢idea一些,很多辅助的东西要聪明和好用点。用eclipse的自动填写各种便秘
l***e
发帖数: 480
p*****s
发帖数: 344
27
eclipse 不提供console模式,
eclipse 启动很慢。
eclipse 占用很多内存。
T*******x
发帖数: 8565
28
我先安装了Eclipse for Java,系统自动安装到/usr/share里了。
后来又下载了Elcipse CDT,是一个zip文件,解压之后直接就是Eclipse目录。
请问一般把这个放在什么里呢?因为/usr/share里面已经有一个Elcipse目录了。
能不能合并在一起呢?
s*******n
发帖数: 730
29
eclipse最好不用系统的源.ubuntu那个源就是更新慢,现在还是Galileo
从eclipse网站的下载下来,放在home里建个目录就好了。反正是java的,dependency
只有openjdk。
t**********s
发帖数: 930
30
来自主题: Programming版 - Eclipse 怎样支持中文?
下载了个java 和access结合做的数据库应用想研究一下,可惜java程序的中文菜单在
eclipse打开都是乱码。而相应的java源程序用Notepad打开里面的中文都没问题。
怎么才能解决Eclipse中文支持的问题呢?
我的系统配置:
Windows XP sp2
Eclipse 3.2
谢谢
g*********s
发帖数: 1782
31
【 以下文字转载自 Java 讨论区 】
发信人: gandjmitbbs (Nothing), 信区: Java
标 题: Help: how to use Eclipse as C++ IDE in Linux?
发信站: BBS 未名空间站 (Tue Jan 8 14:20:38 2008)
Redhat Enterprise 4.0 x64.
Downloaded and unpacked Eclipse. When running it, got the following error
message consistently. Is there any setting that I need to modify to install
Eclipse? Any other free C++ IDE in Linux to recommend? Thanks a lot!
JVM terminated. Exit code=1
/usr/bin/java
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx256m
-jar /home/f
c*****y
发帖数: 562
32
http://www.eclipse.org/webtools/
"The Eclipse Web Tools Platform (WTP) project extends the Eclipse platform
with tools for developing Web and Java EE applications. It includes source
and graphical editors for a variety of languages, wizards and built-in
applications to simplify development, and tools and APIs to support
deploying, running, and testing apps. "
q*********u
发帖数: 280
33
来自主题: Programming版 - 关于用 Eclipse 开发C++ 程序
最近用win 7下的eclipse的c/c++版本,合了mingw和cgwin, 外加POSIX的线程支持,
测了挺多东西,应该是linux下的很多系统调用, 比如进程, 读写, socket这三样有
明显不同,在win下要用win的套路来。
其它倒是很不错, 很方便的, 如果在linux下用eclipse的话,上面这些问题应该就没
有了。

用 Eclipse 开发C++ 程序,除了CDT插件外,是不是还需要下载专门的C++编译器?
b****n
发帖数: 865
34
来自主题: Programming版 - 请教: eclipse setup problem
我下eclipse的最新build (v3.6), 解包后执行:
bin/eclipse36% ./eclipse
得到出错信息:
Warning: -XX:MaxPermSize=256m not understood. Ignoring.
Warning: -Xms40m not understood. Ignoring.
Warning: -Xmx384m not understood. Ignoring.
Warning: -jar not understood. Ignoring.
Exception in thread "main" java.lang.NoClassDefFoundError:
bin.eclipse36.plugins.org.eclipse.equinox.launcher_1.1.0.v20100507.jar
at gnu.gcj.runtime.FirstThread.run() (/usr/lib64/libgcj.so.5.0.0)
at _Jv_ThreadRun(java.lang.Thread) (/usr/lib64/li
c*********e
发帖数: 16335
35
eclipse的源代码,是从ibm的rdp软件移植过来的。用过rdp的可能都知道,这玩艺经常
会和远程server之间断掉连接。eclipse也要用户经常refresh左边的目录。eclipse比
rdp还是好点,因为没有远程服务器,只有local server,就没有rdp的那个和远程
server之间断掉连接的问题。
c******g
发帖数: 63
36
来自主题: Programming版 - Linux下eclipse老出现out of memory的情况
用VM Player跑Ubuntu 12.04 LTS,分的内存是2 GB。在eclipse中编C++程序,平时编
辑跑程序没什么问题,但是用debug做断点追踪时,动不动就出现PermSpace的error,
大部分显示的都是out of memory,然后只能在terminal里kill掉这个eclipse进程重来
。在网上找了些解法,就是设置eclipse.ini,把一些内存参数调大。但是我也不知道
根据这个虚拟机内系统的性能,怎样才是一个合理的配置。我目前加大了内存的配置,
仍然频繁存在crash。
openFile下的-vmargs
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=400m
-Xms512m
-Xmx512m
请有经验的大虾指教解决方案!多谢!
c******g
发帖数: 63
37
在Windows下,比如我import两个不同版本的Project,一个目录叫old,一个叫new,它
们里头的package structure是一样的,这时在左边的package浏览器中,每个project
的第一级目录名就是文件夹名(即一个是old,另一个是new)。
但是换到Linux下,import了叫new的那个版本,第一级的目录名显示的就是最上层
package的名字。然后再import那个目录叫old的版本,发现不能import了,我猜想是因
为在Linux的Eclipse中,它也会把最上层目录用包名表示(因为和new的那个一样了,
所以命名冲突不能导入)。
我想知道的是,是我哪里设错了,还是Linux下的Eclipse比较不flexible?
另外我用的Eclipse都是从Android Development Tools的官方网页上下载的bundle自带
的,一个是Windows版,一个是Linux版。
谢谢指点!
k**********g
发帖数: 989
38

Debug symbols or Eclipse autocomplete?
Eclipse autocomplete is based on Eclipse's own indexing of source code,
which has not been up-to-date with C++11.
n*********u
发帖数: 1030
39
来自主题: Programming版 - 你们怎么不讨论intelliJ vs eclipse
eclipse还是要会用的,不然工作会有潜在的问题(不是每个公司都买intellij的,进
了用eclipse的公司却不会用的话还是挺烦恼的,虽然学的也快)。
但真正自己做点(小)东西的话,intellij真心舒服。eclipse经常要折腾一天插件才
能开始动手,intellij装完自动提示两下就什么问题都没有了,毕竟是付费的。
s*****t
发帖数: 1994
40
Shadow Cone of a Total Solar Eclipse
Credit & Copyright: Olivier Staiger (High Moon)
Explanation: Sometimes, during a total eclipse of the Sun, a strange shadow of darkness can
be seen stretching off into the distance. Called a shadow cone, they are visible because the
Earth's atmosphere is not completely transparent, scattering sunlight and hence appearing
blue during the day. Shadow cones are particularly dramatic for eclipses near the horizon, as
geometry creates a long corrido
s*****t
发帖数: 1994
41
来自主题: Astronomy版 - Astronomy Picture of Day: Eclipsed Moon
Eclipsed Moon Montage
Credit & Copyright: Sebastien Gauthier
Explanation: After watching this month's lunar eclipse, amateur astronomer Sebastien
Gauthier carefully composed this montage of telescopic images of the Moon sliding through
planet Earth's shadow. While the deepest part of the total eclipse corresponds to the central
exposure, the play of light across the lunar surface nicely demonstrates that the planet's
shadow is not uniformly dark as it extends into space. In fac
n*********r
发帖数: 262
42
【 以下文字转载自 Europe 讨论区,原文如下 】
发信人: nieuwfinder (L'espoir), 信区: Europe
标 题: Annular Solar Eclipse of 2003 May 31
发信站: The unknown SPACE (Mon May 26 04:45:21 2003) WWW-POST
On 2003 May 31, an annular eclipse of the Sun will be visible from a large
zone covering the North Atlantic. The path of the Moon's antumbral shadow
begins in northern Scotland, crosses Iceland and central Greenland, and ends
at sunrise in Baffin Bay (Canada). A partial eclipse will be seen within the
much broader path of the Mo
n*********r
发帖数: 262
43
【 以下文字转载自 Europe 讨论区,原文如下 】
发信人: nieuwfinder (L'espoir), 信区: Europe
标 题: Re: Annular Solar Eclipse of 2003 May 31
发信站: The unknown SPACE (Mon May 26 04:44:39 2003) WWW-POST
The first solar eclipse of 2003 is a very unusual annular eclipse which takes
place in the Northern Hemisphere. The axis of the Moon's shadow passes to the
far north where it barely grazes Earth's surface. In fact, the northern edge
of the antumbra2 actually misses our planet so that one path limit is defined
by the day/nigh
s*****t
发帖数: 1994
44
Eclipse in the Mist
Credit & Copyright: Olivier Meeckers (Groupe Astronomie de Spa)
Explanation: The Sun and Moon rose together over much of Europe on the morning of May
31st with the first solar eclipse of 2003 already in progress. And while sightings of the full
annular phase of the eclipse were restricted to far northern regions, early morning risers were
still treated to inspiring views of two celestial bodies which are most important to life on
planet Earth. Following the dawn's spe
s*****t
发帖数: 1994
45
来自主题: Astronomy版 - Astronomy Picture of Day: Lunar Eclipse
November's Lunar Eclipse
Animation Credit & Copyright: Larry Koehn
Explanation: The Moon slides through the Earth's shadow this Saturday night / Sunday morning (November
8/9) giving skygazers in the Americas, Europe, Africa, and western Asia a chance to enjoy a total lunar eclipse.
As lunar eclipses go, this will be a brief one though, with the total phase lasting only about 25 minutes. The
orientation and relative size of the Earth's shadow and the Moon's trajectory are il
s*****t
发帖数: 1994
46
An Antarctic Total Solar Eclipse
Credit & Copyright: Fred Bruenjes (moonglow.net)
Explanation: The Sun, the Moon, and two photographers all lined up last month in Antarctica during an unusual
total eclipse of the Sun. Even given the extreme location, a group of enthusiastic eclipse chasers ventured near the
bottom of the world to experience the surreal momentary disappearance of the Sun behind the Moon. One of the
treasures collected was the above picture -- a composite of fo
s*****t
发帖数: 1994
47
Eclipsing the Rings
Credit & Copyright: Pete Lawrence (Digital-Astronomy)
Explanation: The March 3rd total lunar eclipse was widely viewed by denizens
of planet Earth. But only a day before, well placed observers could also
watch a lunar occultation of Saturn as the planet passed behind the nearly
Full Moon. From Selsey, UK, astronomer Pete Lawrence actually saw Saturn
graze the lunar limb, the Moon's bright surface dramatically eclipsing a
substantial part of the gas giant's spectacular rings.
w*******y
发帖数: 60932
48
Amazon has The Twilight Saga: Eclipse blu-ray:
http://www.amazon.com/Twilight-Saga-Eclipse-Single-Disc-Blu-ray/dp/B0042MDAL8/ref=sr_1_4?ie=UTF8&qid=1292582152&sr=8-4
for $11.99 after $8 coupon TWILIGHT. coupon is valid only once per account
. Pretty decent price for a new release.
blu-ray/DVD combo pack:
http://www.amazon.com/Twilight-Saga-Eclipse-Single-Disc-Blu-ray/dp/B001UV4XFQ/ref=sr_1_3?ie=UTF8&qid=1292581851&sr=8-3
is $16.99 AC.
w*******y
发帖数: 60932
49
Target has Twlight Eclipse Special Edition Blu Ray + Dvd combo marked down
from $49.99 to $10.00. Use code TGTWGT08 to save $8.00. Shipping is $2.79.
Final total is $4.79 shipped + tax
Link:
http://www.target.com/Twilight-Saga-Eclipse-Blu-ray-DVD/dp/B004 ray&fromGsearch=true&sr=1-8&qid=1294610080&rh=subjectbin:1259488011&searchRank=salesrank&id=Twilight Saga Eclipse Blu-ray DVD&node=1038576|1287991011&searchSize=30&searchPage=1&searchNodeID=1038576|1287991011&searchBinNameList=subjectbin,price... 阅读全帖
s*****t
发帖数: 1994
50
Shadow Cone of a Total Solar Eclipse
Credit & Copyright: Olivier Staiger (High Moon)
Explanation: Sometimes, during a total eclipse of the Sun, a strange shadow of darkness can
be seen stretching off into the distance. Called a shadow cone, they are visible because the
Earth's atmosphere is not completely transparent, scattering sunlight and hence appearing
blue during the day. Shadow cones are particularly dramatic for eclipses near the horizon, as
geometry creates a long corrido
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)