The Artima Developer Community
Sponsored Link

Java Answers Forum
JAVA IDE

11 replies on 1 page. Most recent reply: Jul 7, 2005 3:28 AM by Antonio

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 11 replies on 1 page
leonglkw

Posts: 43
Nickname: leonglkw
Registered: Feb, 2004

JAVA IDE Posted: Aug 20, 2004 6:57 AM
Reply to this message Reply
Advertisement
Hi everybody,

I would like to hava some advice from u guys on the JAVA IDE?
I'm planning to install a Java IDE, is Netbeans or JCreator better?or any other recommendations?


Vaheesan Selvarajah

Posts: 3
Nickname: vahees
Registered: Aug, 2004

Re: JAVA IDE Posted: Aug 20, 2004 7:23 AM
Reply to this message Reply
Use Eclipse. It's free and loaded with tons of features!!
http://www.eclipse.org

http://download2.eclipse.org/downloads/drops/R-3.0-200406251208/index.php

leonglkw

Posts: 43
Nickname: leonglkw
Registered: Feb, 2004

Re: JAVA IDE Posted: Aug 20, 2004 8:16 AM
Reply to this message Reply
Thanks for your advice...

According to your experience, if compared Eclipse with Netbeans, which one is better?

Senthoorkumaran Punniamoorthy

Posts: 335
Nickname: senthoor
Registered: Mar, 2002

Re: JAVA IDE Posted: Aug 20, 2004 8:54 PM
Reply to this message Reply
I have not used neither of them. But from what I have read Eclipse is suppose to be better.

tag

Posts: 2
Nickname: bigjava
Registered: May, 2004

Re: JAVA IDE Posted: Aug 22, 2004 9:32 AM
Reply to this message Reply
JCreator + JFrameBuilder

JCreator is a lightweight Java IDE.
http://www.jcreator.com

JFrameBuilder is a lightweight, fast Java GUI Builder.
http://www.mars3000.com

Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Re: JAVA IDE Posted: Aug 23, 2004 11:50 PM
Reply to this message Reply
I didn't like JFrameBuilder.
I create every frame using GridBagLayouts, my impression was, JFrameBuilder can't handle them.


Other question:
Until now I uset NetBeans and I created a lot of forms.

Is Eclipse able to import the forms created with NetBeans?

I wouldn't like to do all the work again (at least not now, in a few months I will have to).

leonglkw

Posts: 43
Nickname: leonglkw
Registered: Feb, 2004

Re: JAVA IDE Posted: Aug 24, 2004 5:52 AM
Reply to this message Reply
Hi Matthias,

Could u tell how to see the output of java file after compiled?
As normal in other IDE, when we run a java file, we will get the output from the output pane but i can't see any in Netbeans.
For example, System.out.println("Hello World!");
in the output pane we should see something like Hello World! but i can't any there.
If any solutions or steps, pls advise.
Thanks.

Hakan Jonsson

Posts: 3
Nickname: hajons
Registered: Feb, 2003

Re: JAVA IDE Posted: Aug 24, 2004 6:10 AM
Reply to this message Reply
IntelliJ is by far the best IDE I have used, and I have used several, not JCreator though.

Jeroen Wenting

Posts: 88
Nickname: jwenting
Registered: Mar, 2004

Re: JAVA IDE Posted: Aug 25, 2004 3:03 AM
Reply to this message Reply
There's a thousand IDEs, none of them is "best".
If there really were a "best" IDE all the others would disappear quickly as everyone switched to it.

Eclipse is nice, so is JBuilder. Heard good things about IDEA, didn't like Netbeans much (but that was a while ago).
VisualAge was a disaster (though others liked it), Visual J++ was decent (though the anti-Microsoft crowd attacked it for being Microsoft).
And that's just a few of the ones I've seen over the years.

Each has strengths and weaknesses, none is perfect for everything.

Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Re: JAVA IDE Posted: Aug 26, 2004 7:19 AM
Reply to this message Reply
To see the program output in NetBeans, look at the Output Window.

That's the same window where you see the error messages when trying to compile the code.

mausam

Posts: 243
Nickname: mausam
Registered: Sep, 2003

Re: JAVA IDE Posted: Dec 17, 2004 3:56 AM
Reply to this message Reply
Use JDEVELOPER....

http://www.oracle.com/technology/software/products/jdev/index.html

Antonio

Posts: 33
Nickname: arhak
Registered: Jul, 2005

Re: JAVA IDE Posted: Jul 7, 2005 3:28 AM
Reply to this message Reply
Can someone recommend me an IDE for JDK 1.5 application developing?
I have JBuilderX and JBuilder2005 and both of them use JDK 1.4.2 Borland Make.
And I didn't like the plugins I found for JBuilderX.

Flat View: This topic has 11 replies on 1 page
Topic: test Previous Topic   Next Topic Topic: operator overlaoding in java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use