由买买提看人间百态

topics

全部话题 - 话题: eclipse
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
G*********a
发帖数: 1080
1
来自主题: Java版 - Eclipse out of memory?
some colleague told me there is a patch package to profile eclipse while it
runs, i never use that. i only know how to go back terminals to profile in
the convention way. but thanks, i always learn something from your post.

information
default
Bugzilla
I*******e
发帖数: 1879
2
☆─────────────────────────────────────☆
GTO (正在申请Working-In-China Club) 于 (Wed Dec 6 14:56:39 2006) 提到:
抱怨的人是不是都在用swing?
☆─────────────────────────────────────☆
BulletTooth (DesertEagle.50) 于 (Wed Dec 6 15:13:05 2006) 提到:
SlickEdit

☆─────────────────────────────────────☆
GTO (正在申请Working-In-China Club) 于 (Wed Dec 6 15:47:13 2006) 提到:
我觉得eclipse有太多优点vs .net应该学了
估计微软那帮人的确正抄呢
☆─────────────────────────────────────☆
BulletTooth (DesertEagle.50) 于 (Wed Dec 6 15:59:10 2006) 提到
c***c
发帖数: 21374
3
在eclipse里面可以运行的,但是导出成jar文件后就总是nullpointer错误
错误所作是一个jmenu。每个menuitem都是一个指定目录下的文件名。在
源程序中,这个目录的路径是/main/java/org/data/。导出后的jar文件因为
目录结构是/org/data,所以读取/main/java/org/data就无法读出
应该咋整呀?
三克油
q***s
发帖数: 2243
4
来自主题: Java版 - 是不是Eclipse更新出了问题
我更新了eclipse,但是不知为什么其底部的状态栏内显示出一个“Read Me Trim (
Bottom)”,这是为什么呢?
多谢!
G*********a
发帖数: 1080
5
来自主题: Java版 - eclipse text editor
在eclipse里面看一个非code的.txt 文件,想象在word里那样改文本或者背景的颜色,
n试不果。谁知道怎么设置吗?
t***e
发帖数: 3601
6
Have memory leak in application. Please recommend a free memory profiler in
eclipse plugin to pinpoint the problem.
I*******e
发帖数: 1879
7
☆─────────────────────────────────────☆
uniqueengine (uniqueengine) 于 (Sun Jul 29 14:33:28 2007) 提到:
In Eclipse .project and .classpath files, there are some absolute paths for
jar file, which cause trouble when I tried to share project file with others
via CVS.
Anyone know how to switch those absolute paths to relative paths?
Many thanks
☆─────────────────────────────────────☆
orang (大猩猩) 于 (Sun Jul 29 15:07:25 2007) 提到:
在你的项目目录下建一个叫做lib的目录(名字随便)
把jar都放在这个目录里,然后导入
Java Build Path里面Lib
m******t
发帖数: 2416
8
Even Eclipse 3.3 crashes occasionally on me. Just not often enough to be
annoying. Upgrade to 3.3... and live with it if it still happens. 8-)
p***p
发帖数: 559
g*****g
发帖数: 34805
10
Sometimes my Eclipse 3.2.2 would crash overnight, I don't know
what's going on. I don't have virus scan either.
Overall it's stable enough to do development.
m******t
发帖数: 2416
11

Two applications I almost never leave running overnight - Eclipse and
Firefox. 8-)
j******o
发帖数: 82
12
Give up eclipse for C++ on windows. Use Visual Studio Express
instead. If you need to use win32 API's also install the windows
SDK..Forget about cygwin etc.

+
help.
I*******o
发帖数: 53
13
来自主题: Java版 - code-->UML tool or Eclipse plug-in
手头几十个大Java packages(里面套小package无数),
想整理个architecture document出来
有什么比较好的code-->UML tool or Eclipse plug-in,
可以生成UML的图,尤其是class/package diagram, sequence diagram?
谢谢
t*******e
发帖数: 684
14
来自主题: Java版 - code-->UML tool or Eclipse plug-in
用IDE的reverse engineering功能,Eclipse, netbeans, 都有。
g*****g
发帖数: 34805
15
WTP are a number of plugins for eclipse for web development.
t*g
发帖数: 1758
16
我的版本里没有这一项。不过重新起了一下eclipse,可以输中文了。
t*g
发帖数: 1758
17
It appears that I restarted eclipse, it worked. Thx!

fine
p***p
发帖数: 559
18
想研究一下Glassfish,用Maven编译的,请问
如何引入到Eclipse里面呢,多谢了?
h********g
发帖数: 21
19
来自主题: Java版 - 问一个关于Eclipse IDE 的问题
我也想用netbeans,可是我的老板什么都不懂,硬要我们做eclipse. 个人也觉得
netbeans好多了。头大啊
r****y
发帖数: 26819
20
来自主题: Java版 - 问一个关于Eclipse IDE 的问题
Eclipse over?

to
g*****g
发帖数: 34805
21
来自主题: Java版 - 问一个关于Eclipse IDE 的问题
There's nothing wrong with eclipse, for particular plugin you mentioned,
I am not familiar with it. You may try to google it.
h********g
发帖数: 21
22
来自主题: Java版 - 问一个关于Eclipse IDE 的问题
The web application i tried to profile is a super simple one. it was built
from within eclipse via dynamic web project, structs 1.1 as the framework.
the database is mysql. overall, it is fairly simple and it runs ok on the
server. the runtime is tomcat is 5.5. when the application is started as "
profile as server", you could see server mode is "profiling". However, when
switching to profile and logging perspective, there is no execution time
data being produced to the screen.
I have done some
g**********y
发帖数: 14569
23
来自主题: Java版 - 问一个关于Eclipse IDE 的问题
Go to eclipse newsgroups, there are many developers, ask them will get much
better help.
i****r
发帖数: 58
24
来自主题: Java版 - 问一个关于Eclipse IDE 的问题
if you want to run application on tomcat,
use Eclipse JavaEE suit
just
1. add a server(tomcat in your case)
2. right-click on your project --> run --> run on server
3. you can browse any pages if the web app deploys correctly
s*i
发帖数: 31
25
来自主题: Java版 - Simple Question About Eclipse
In eclipse, i have project 1, where i define 2 classes and make them both
belong to a package i define (eg: com.myPackage).
Then i create project 2, and i want to use those 2 classes from project 1.
It seems that i can accomplish this two ways:
1) Go to Java Build Path->Projects, add Project 1 as a "Required project"
for Project 2. And write "import com.myPackage.*" statement at the top of
Project 2's source code.
2) Go to Java Build Path->Libraries, click "Add Class Folder", and choose
the fo
k***r
发帖数: 4260
26
来自主题: Java版 - Simple Question About Eclipse
hmmm. i have never had to modify output directory in eclipse ...
Am I missing anything?
k***r
发帖数: 4260
27
来自主题: Java版 - 问个eclipse的问题
好像同一时间只能有一个process用Console?启动第二个process,console窗口就被第
二个
process占据了,第一个process在console显示的东西会消失,貌似再也找不回来了。
如果我想
在eclipse中同时run multiple processes and see their console outputs,有可
能吗?
l********0
发帖数: 283
28
来自主题: Java版 - netbean and eclipse
Some will say Netbeans, some will say eclipse.
I think either is Good.
g*****g
发帖数: 34805
29
来自主题: Java版 - netbean and eclipse
eclipse probably has more plugins, that's all I care.
netbeans is probably easier for first time users since
it's a well bundled package.
s*y
发帖数: 472
30
来自主题: Java版 - netbean and eclipse
eclipse for sure
w*r
发帖数: 2421
31
来自主题: Java版 - netbean and eclipse
i used to use eclipse, but now i feel netbeans are much better, searching
plugins and dependency packages are big headache.
F****n
发帖数: 3271
32
来自主题: Java版 - netbean and eclipse
Eclipse is much better in terms of performance and quality, but it's not
standard Java. Netbeans's implementation is crap (although the design is
still good), but it is pure Java.
o**1
发帖数: 6383
33
来自主题: Java版 - netbean and eclipse
Eclipse has nothing to do with Sun
It was a product of IBM

dominance
b******y
发帖数: 9224
34
来自主题: Java版 - netbean and eclipse
I like Eclipse. I think netbean has been slow and taking more memory. But,
these days it might be ok.
k***r
发帖数: 4260
35
来自主题: Java版 - eclipse能自己升级自己吗?
有台机器是3.2,想升级到3.4,但是懒得重新装那些plug-ins.
eclipse能自己升级吗?
k***r
发帖数: 4260
36
来自主题: Java版 - eclipse能自己升级自己吗?
哦,eclipse 如何自己升级呀?是从Help - Software Update - Update吗?
试了一次,好像没有升级自己,启动的时候版本好没有变。
不过你的建议有道理。我会重新下载一个。
g**********y
发帖数: 14569
37
来自主题: Java版 - eclipse能自己升级自己吗?
刚去eclipse看了一眼,不能升级major version. 你可以升级同一major version的小
patch.
k***r
发帖数: 4260
38
来自主题: Java版 - Eclipse and jar
每次把一个project Export到jar的时候都需要重新edit configuration。
eclipse好像记不住上次export的设置,很麻烦。还说我不知道怎么保存设置?
Elipse能生成ant build.xml吗?或者有其他什么生成build.xml的工具?
如果不行的话就自己写一个了。还没写过呢。
k**********a
发帖数: 255
39
朋友用的是JDK+EMACS 他每次都要在source file 里边加上
import java.lang.* 和 import java。io。*
我用的是eclipse 每个java project 自动加入了 JRE system library (version 1。
6) 这个JRE system lib中有很多fold 我每一个都打开看过了 但是没有发现Java。
lang 和java。io?????
k**********a
发帖数: 255
40
我run了一下program 没有加import 而且程序里边调用的 lang 和 io 的method 都
work 这说明eclipse自动的引入的这两个library 但是我就是无法在目录树当中找到
这两个library 大家是怎么看待这个问题的 谢谢
g***l
发帖数: 352
41
来自主题: Java版 - eclipse hot key
What are the eclipse hot keys for:
1. go to next break point(In visual studio, it is F5)
2. add/remove a bookmark
3. go to a line during editing (In visual studio, it is ctrl+G)
Thanks.
c**o
发帖数: 186
42
来自主题: Java版 - eclipse 问题
I have two projects in eclipse. One A is dependent on B. So I want to set up
the dependent relationship in build path. I add B as A's required project
in build path. But all the code in A refering to B turns red. It can not
recognize B in project A.
Who knows to solve the issue? please, help me out.
Thanks.
g*****g
发帖数: 34805
43
p4v is nice but finding the corresponding file in eclipse
manually is no fun.
g**********y
发帖数: 14569
44
Maven是用来build project, 完成project lifecycle management的工具,不是用来调
程序的。
还是你就想修改之后auto run tests?
不管Maven还是Eclipse, 最后都是run java, 内存不够,都归结到改运行参数。

档.
s*******r
发帖数: 197
45
我是在写一个java作业,code写完了。本来在linux上面运行的话
直接java GenNums 1000000 | java RunConcurrentMMA -t 1 -v就可以了。
现在如果我想在eclipse上面运行的话,是不是要在runconfiguration里面设置一些参
数,然后点击run呢?多谢
h*****0
发帖数: 4889
46
为啥要放在eclipse里运行?
b******y
发帖数: 1684
47
how about starting from google 'eclipse run program'?
l**b
发帖数: 457
48
see run configuration in eclipse menu. Can pass to both JVM and the main
class
g*****g
发帖数: 34805
49
试试看把程序停掉再关eclipse.
b***i
发帖数: 3043
50
最新现象:
debug没问题
run as appliation: 有时候停掉程序,某个软件会失去响应,下面任务栏明明看到,
却在alt-tab列表中看不到。task manager可以看到,但是不能switch to,只能终止失
去响应的软件,这个软件可能是eclipse,也可能是ie.
我在想,有可能我内存分配了或devic context 没有释放?还是java虚拟机会处理这个
事情?
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)