943,662 Members | Top Members by Rank

Ad:
  • Java Discussion Thread
  • Unsolved
  • Views: 6990
  • Java RSS
You are currently viewing page 1 of this multi-page discussion thread
Jan 18th, 2007
0

Java IDE(s)

Expand Post »
Hello.

I am new to Java and I am easing into this new language via some basic tutorials.

I am using the Borland 2005 IDE; it is powerful and I quite like it save for that it seems incredibly bulky, hogs all resources, freezes, tries to shut itself down, etc, etc. It is at times a pain to work with, truthfully. Has anyone else used Borland for Java? Have you similar experiences? Perhaps it is my machine (its RAM is not very strong I admit, but still) I just wonder if it is Borland 2005, my machine, or both.

What IDE would you recommend for a Java beginner to start off with?

Thank-you in advance for your input and reply.

Matty D.
Similar Threads
Featured Poster
Reputation Points: 105
Solved Threads: 1
Posting Maven
mattyd is offline Offline
2,582 posts
since Oct 2006
Jan 19th, 2007
1

Re: Java IDE(s)

Click to Expand / Collapse  Quote originally posted by mattyd ...
Hello.

I am new to Java and I am easing into this new language via some basic tutorials.

I am using the Borland 2005 IDE; it is powerful and I quite like it save for that it seems incredibly bulky, hogs all resources, freezes, tries to shut itself down, etc, etc. It is at times a pain to work with, truthfully. Has anyone else used Borland for Java? Have you similar experiences? Perhaps it is my machine (its RAM is not very strong I admit, but still) I just wonder if it is Borland 2005, my machine, or both.

What IDE would you recommend for a Java beginner to start off with?

Thank-you in advance for your input and reply.

Matty D.
I can imagine plenty of people responding with the immediate suggestion of eclipse, however eclipse also uses a decent amout of recources probably due to the fact it IS programmed in java (I believe). I personally prefer an editor such as Textpad since it does not provide code completion so it really exposes to you to the language instead of writing the code for you (great for beginners). It provides a shortcut button to the Java compiler and runtime (assuming you have the JDK installed) and also provides syntax highlighting (which we all know is the most important feature). I would check it out if I were you.

P.S. No knock on eclipse, it is a great IDE, however it does use a fair amount of recources to run and for a beginner wanting to learn the language probably not the best option.

Regards,

Tyler S. Breton
Reputation Points: 25
Solved Threads: 3
Junior Poster in Training
TylerSBreton is offline Offline
89 posts
since Oct 2006
Jan 19th, 2007
0

Re: Java IDE(s)

I like Netbeans over Eclipse. But on average for me, it'll use between 150-200mb of memory.
Reputation Points: 92
Solved Threads: 51
Practically a Posting Shark
Phaelax is offline Offline
856 posts
since Mar 2004
Jan 19th, 2007
0

Re: Java IDE(s)

I personally prefer an editor such as Textpad since it does not provide code completion so it really exposes to you to the language instead of writing the code for you (great for beginners).
Just small note on this, you can always switch this option in any of them if you don't like it or don't wanted :mrgreen:

Depending on what I do, if it is web application or big project I use NetBeans just for small "test" programs I use JCreator
Moderator
Featured Poster
Reputation Points: 2786
Solved Threads: 871
Code tags enforcer
peter_budo is offline Offline
6,654 posts
since Dec 2004
Jan 19th, 2007
0

Re: Java IDE(s)

Quote ...
Perhaps it is my machine (its RAM is not very strong I admit, but still) I just wonder if it is Borland 2005, my machine, or both.

What IDE would you recommend for a Java beginner to start off with?
I recommend BlueJ, it's nice and simple.
http://www.bluej.org/download/download.html
Reputation Points: 78
Solved Threads: 22
Posting Whiz
Colin Mac is offline Offline
327 posts
since Sep 2006
Jan 19th, 2007
0

Re: Java IDE(s)

BlueJ is a disaster. It does NOT teach you programming, it teaches you some button clicking.

If you want to learn the language, don't use any IDE but a text editor and command line.
That way you'll learn the language rather than the tool (which is what way too many kids do, and end up utterly lost when they're presented with an environment where they don't have the exact same version of that tool set up exactly the same as at school).
Team Colleague
Reputation Points: 1658
Solved Threads: 331
duckman
jwenting is offline Offline
7,719 posts
since Nov 2004
Jan 19th, 2007
0

Re: Java IDE(s)

Click to Expand / Collapse  Quote originally posted by jwenting ...
BlueJ is a disaster. It does NOT teach you programming, it teaches you some button clicking.

If you want to learn the language, don't use any IDE but a text editor and command line.
That way you'll learn the language rather than the tool (which is what way too many kids do, and end up utterly lost when they're presented with an environment where they don't have the exact same version of that tool set up exactly the same as at school).
Yes, that seems like sound advice. I wish to the learn the language not simply a single tool. Thanks for your reply.

Regards,
Matty D.
Featured Poster
Reputation Points: 105
Solved Threads: 1
Posting Maven
mattyd is offline Offline
2,582 posts
since Oct 2006
Jan 19th, 2007
0

Re: Java IDE(s)

Meh, I disagree with that and I never said it teaches you anything. It's useful for typing code and compiling code. If someone ever puts themselves in a position where they are lost without their tool, it certainly isn't their tool that's at fault.
Reputation Points: 78
Solved Threads: 22
Posting Whiz
Colin Mac is offline Offline
327 posts
since Sep 2006
Jan 19th, 2007
0

Re: Java IDE(s)

BlueJ though is marketed as a teaching tool, and clearly does the exact opposite. It actually PREVENTS students from learning by hiding almost everything.
It also (from what I've heard) allows them to do things the language doesn't allow, whether by having a flawed compiler or by replacing certain styles of coding with other code under the hood before offering it to the compiler.

It's THE worst tool you can use to learn Java (apart from maybe Visual J++ which is years out of date but apart from that not too bad).
Team Colleague
Reputation Points: 1658
Solved Threads: 331
duckman
jwenting is offline Offline
7,719 posts
since Nov 2004
Jan 19th, 2007
0

Re: Java IDE(s)

Click to Expand / Collapse  Quote originally posted by Colin Mac ...
Meh, I disagree with that and I never said it teaches you anything. It's useful for typing code and compiling code. If someone ever puts themselves in a position where they are lost without their tool, it certainly isn't their tool that's at fault.
Yet if they start out without a tool in the first place, they would not land in that situation.
Reputation Points: 48
Solved Threads: 7
Posting Whiz
aniseed is offline Offline
353 posts
since Apr 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Java Forum Timeline: help required
Next Thread in Java Forum Timeline: parts of speech parser





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC