由买买提看人间百态

topics

全部话题 - 话题: eclipse
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
f********h
发帖数: 149
1
来自主题: Java版 - Eclipse vs. Jbuilder X ?

我的eclipse 就是这样的。你要把java doc的path 设好
e***g
发帖数: 158
2
来自主题: Java版 - eclipse: The New Look Isn't Native
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/
platform-ui-home/R3_0-Look/UIResponse.html
hahaha! SWT is a very sad thing. I have no problem with improving or
going beyond Swing, but SWT is just not right.
c*******a
发帖数: 29
3
找了半天没有找到,
感觉eclipse速度好慢啊
a*****a
发帖数: 1429
4
来自主题: Java版 - any a good swing plugin for eclipse?

very
I don't think there is a good GUI tool on Eclipse, Swing or SWT.
Basically IBM just wants a server side developing tool.
d*r
发帖数: 238
5
来自主题: Java版 - Help with Tomcat for Eclipse v1.03
I download Tomcat for Eclispe plug-in v1.03 and add it to Eclipse v3m8.
I testes with a simple welcome.jsp but failed
The errors I got:
Error running javac.exe compiler
at
org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter.executeExternal
Compile(DefaultCompilerAdapter.java:455)
at
org.apache.tools.ant.taskdefs.compilers.JavacExternal.execute(JavacExternal.ja
va:81)
at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:840)
at org.apache.tools.ant.taskdefs.Javac.execute(Javac.jav
g**********y
发帖数: 14569
6
来自主题: Java版 - eclipse 气死我了!
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?
m****r
发帖数: 11
7
来自主题: Java版 - eclipse 气死我了!
What is eclipse for? From context, I guess it is a java IDE similar to
jbuilder.
j****j
发帖数: 17
8
Has anyone ever thought about wrapping up eclipse, together with other
plugins and modifying the
logo and outlook and making it a standalone distribution ?
Just for fun ;)
o**v
发帖数: 1662
9
来自主题: Java版 - Eclipse 3.0出来了.
eclipse.org 【 在 cent (cent) 的大作中提到: 】
m******t
发帖数: 2416
10
来自主题: Java版 - ant javac error in eclipse 3.0?
Did you try setting JAVA_HOME to a JDK instead of a JRE?
I have been using Eclipse 3.0 milestone builds for a few months
and have never got this problem.
a*****a
发帖数: 1429
11
来自主题: Java版 - Eclipse 3.0 platform API doc?

What do you want? Developing Plugins? There are many instructions
at eclipse.org. If you want their Java Doc, download their source
code.
m******t
发帖数: 2416
12
来自主题: Java版 - Eclipse 3.0 platform API doc?
I was looking for the same thing a few months back and didn't
find any. I end up building the javadoc myself. Doing it in
Eclipse wasn't very painful. 8-)
p**********u
发帖数: 4
13
来自主题: Java版 - eclipse question,please help
I am developing a java project using eclipse.
I added "bookmark" and "task" on serverl lines of the source code file.
I want to transfer my project files to other persons.
The question is how can I keep those "bookmark" and "task" information so
that other person can access those information.
Thanks
p**********u
发帖数: 4
14
来自主题: Java版 - eclipse question,please help
Other persons are using eclipse too. I don't want to modify the source code.
o**v
发帖数: 1662
15
eclipse的插件哪里提供得最全呀?
谢谢
T*****e
发帖数: 361
16
多谢。
我瞎试了一番,发现鼠标右键菜单上有format命令,
就想到了这个应该可以自定义。
然后跑去该了缺省的那个,把indent改为2,
把source重新格式化了一下。
呵呵,正准备上这儿来删我的问题呢。
多谢多谢!
eclipse真的是不错,比我预期的要好得多。
唯一的问题是需要慢慢摸索,好多东西还不会。
T*****e
发帖数: 361
17
多谢提醒。
其实以前也一直用4(c/c++)。
不过用2代码看起来更紧凑一些。
写一些自己用自己看的代码,格式要求好说一些。
而且eclipse可以重新format,也很方便。
要是与人合作写代码,的确应该更多地考虑标准。
m******t
发帖数: 2416
18
来自主题: Java版 - [转载] 有用Eclipse的嘛?

(Assuming Eclipse 3) Right click on the jar file that contains
the class files, select "Properties" -> "Javadoc location", and
go from there.
p***p
发帖数: 559
19
来自主题: Java版 - [转载] 有用Eclipse的嘛?
另外Eclipse里面Export到Jar文件,选项最后一页是MANIFEST
这个是什么意思
m******t
发帖数: 2416
20
来自主题: Java版 - [转载] 有用Eclipse的嘛?

Sorry, never done that in Eclipse, always used ant to
jar up files.
p***p
发帖数: 559
21
来自主题: Java版 - [转载] 有用Eclipse的嘛?

用ANT的话,Eclipse里面好像不能Debug。我都是如果别人code有现成的ANT
才用,自己写好像太麻烦了
d****s
发帖数: 30
22
来自主题: Java版 - [转载] 有用Eclipse的嘛?

Of course you can debug any kind of Java programs, even if you don't
have source code. If you have source code, then no trick at all.
read JPDA carefully.
Eclipse supports both share memory and socket remote debug.
p***p
发帖数: 559
23
What does it mean? what is and how when can I use Wrapper? F.E HttpServletRequestWrapper
对于一些没有源码或有很多替代方案的第三方库来说,我们往往希望通过自己写一个Wrapp
er来过滤掉本系统内使用者对这些库的真正引用.
在servlet中HttpServletRequestWrapper,HttpServletResponseWrapper两个Wrapper使我
们重用request\response接口非常方便,如果没有这两个类,我们就要自己写很多代码,
麻烦。
过去我曾经想编写一个Rowset的实现,但要实现的方法太多,泛懒---放弃了.:(
今天又要做一个Wrapper我于是google: generate wrapper .......很多结果,但都不只所
云 :(,
在eclipse中翻了个遍,OK!终于在 Source菜单中找到generate delegate methods....
先用refactor (重构)菜单中的 Extract Interface...将第三方库中的有用
p***p
发帖数: 559
24
来自主题: Java版 - Any UML Eclipse Plusin as Together?
Which is the most used UML Plug-in for Software Dev and Reverser work?
And
and which Plug-in have you installed on your Eclipse? for other perpose
g*****g
发帖数: 34805
25
You have tons of projects? Usually if you have less than 10
project running at the same time, I don't see why a flat
structure will be a problem.
If a project has completed, better delete it from eclipse
as it will slow down your loading.
If you don't mind slow loading and do have tons of project,
use a filter to focus the projects you are currently interested in.
m******t
发帖数: 2416
26

I think since 3.0 Eclipse supports multiple workspaces somewhat
similar to Visual Studio's solutions.
You could perhaps organize projects into different workspaces.
p***p
发帖数: 559
27
I got 20 Projects, most from CVS, I need something as organizer indeed!
I am working on communication projects, such as sip or diameter, 3-4 projects
would wokr together. Really chaos in my Eclipse.
p***p
发帖数: 559
28
My Application will use a C++ share lib, in Eclipse how should I set the LD_
LIBRARY_PATH? in Project Classpath or Run Configuration's Enviornment, should
I give a absolut path or a relative path is enough?
it lookes like in the sh file,
export LD_LIBRARY_PATH=./:$LD_LIBRARY_PATH
T*****e
发帖数: 361
29
来自主题: Java版 - eclipse有block selection么?
其实对eclipse已经很满意了,而且越来越好。
如果elipse中能够select/copy/paste/delete blocks,
那就更好了。
现在为了用这些功能,有时候还是依赖ultraedit。
m******t
发帖数: 2416
30

This was discussed here a while ago, at the price of me being scorned
"don't know what a jar file is". ;-) At any rate, looks like you can
right click on a directory in Eclipse, choose "Export...", then
"Jar file", and follow the wizard from there.
g*****g
发帖数: 34805
31
That's not gonna work for me. I have 15 java applet games which share
some classes. I want to minimize download size for each individual game so
I am picking files from directory rather than an all in one directory.
Now I don't want to manually pick files for each of the game every time
I want to do a packaging. As it could be frequent. I don't think that
export option and operation can be saved in Eclipse, correct me if I am wrong.
g*****g
发帖数: 34805
32
I know ant does the job, but obviously archive builder in jbuilder makes
life easier. I just want to know if there's any plugin similar for
Eclipse. If not, maybe it's time for me to learn launch a plugin project.
Ant is for more complicated stuff, compiling, input params etc.
a**i
发帖数: 289
33
来自主题: Java版 - 急! 如何用eclipse编辑lucene
各位大侠, 小弟用eclipse打开lucene编译以后, 却
无法执行TestSearch.class。 报错是cannot find
main type。 问问各位大侠这是怎么回事?
c*z
发帖数: 62
c*****t
发帖数: 1879
35
来自主题: Java版 - What xml editor plugin for eclipse?
cool, i will try it out. Lastest XMLBuddy free edition is buggy for Eclipse
3.1 for me(older version is fine, but couldn't find it any more), is
working with it using Textpad for a while :(
d******n
发帖数: 9
36
来自主题: Java版 - 有没有人有ECLIPSE的教程?
《精通ECLIPSE》或者其他,请SHARE一下:)谢谢。
e*****e
发帖数: 2
37
来自主题: Java版 - 有没有人有ECLIPSE的教程?
download emuleplus, search eclipse, should be tones of them
z****g
发帖数: 2497
38
在这里下载一个
http://download.eclipse.org/webtools/downloads/
解压缩到一个folder A
然后find and install里面选search for new features
-> new local site.. 选你刚才那个folder A

Tools
c*****t
发帖数: 1879
39
来自主题: Java版 - ah, the "killer feature" of eclipse

Just found out from IDEA forum that ctrl-shift-F7 can do that.
Multiple variables can be highlighted. Slightly less convenient than
Eclipse, but the functionality is there. I feel so much more
comfortable reading/writing code now :)
g******e
发帖数: 3760
40
来自主题: Java版 - ah, the "killer feature" of eclipse

~~~~~~~~~~ Sorry not so familar with Eclipse. what exactly is it? Looks like
Idea has this stuff.
h******a
发帖数: 46
41
来自主题: Java版 - ah, the "killer feature" of eclipse
I think the "killer feature" of eclipse is it's free :)
G*********a
发帖数: 1080
42
来自主题: Java版 - org..eclipse.swt error
hi cows, i've set up SWT_HOME, but i kept get this error, saying no swt-pi-
gtk-3139. i can see it is in the directory. why? Thanks a lot.
jing@jing-desktop:~/workspace/Value/bin$ Exception in thread "main" java.
lang.UnsatisfiedLinkError: no swt-pi-gtk-3139 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at org.eclipse.swt.internal
x******o
发帖数: 31
43
来自主题: Java版 - netbean vs. eclipse
looks like netbean is getting more and more better and eclipse and plug-ins
are a lot lagged behind. may consider to swith seriously this time.
how about you guys?
w******n
发帖数: 692
44
来自主题: Java版 - netbean vs. eclipse
If you just write java code, I think netbean is way better than eclipse.
Speed is ok. I have run oracle xe + two jboss instance + tomcat + netbeans
in my 1G memory linux box and don't feel bad.

ins
g*****g
发帖数: 34805
45
来自主题: Java版 - must-have Eclipse plug-ins
Look like some static source analysis tool. Much like enhanced eclipse
compiler
warning.

"
list
s****e
发帖数: 19
46
来自主题: Java版 - Eclipse project doesn't build
I have an Eclipse J2ME project, and for some reason after I did a clean
build on the project, I cannot build it again. No matter what I select "
build project" or "build all", there is no respond on the project.
Does anyone have an idea what went wrong?
Thanks!
c*****t
发帖数: 1879
47
Hmm, strange. I setup Eclipse + Subclipse on Mac before and never had
this problem. You do not need to download anything separate or do
anything special. Subclipse has everything you needed to do SVN,
including svn+ssh connection.

Extensions
g*****g
发帖数: 34805
48
来自主题: Java版 - how to make an html file in Eclipse?
Create a Java applet in Run like you'll do for application
Specify Width and Height in Parameters, you can add extra
parameters to pass to applet like you'll do in html,
Eclipse will dynamicaly generate an html for you.

file
e******r
发帖数: 220
49
来自主题: Java版 - how to make an html file in Eclipse?
thanks, can I write a html file by Eclipse manually?
m******t
发帖数: 2416
50
来自主题: Java版 - Eclipse out of memory?
Profiling Eclipse? That'll be fun. 8-)
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)