Java IDE(s)

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Aug 2005
Posts: 5,273
Reputation: iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold 
Solved Threads: 378
Featured Poster
iamthwee's Avatar
iamthwee iamthwee is offline Offline
Posting Expert

Re: Java IDE(s)

 
0
  #11
Jan 19th, 2007
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.
It depends what u wanna use java for.

For rapid application design you'll need a GUI builder such as eclipse or netbeans.
*Voted best profile in the world*
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 84
Reputation: rinoa04 is on a distinguished road 
Solved Threads: 4
rinoa04's Avatar
rinoa04 rinoa04 is offline Offline
Junior Poster in Training

Re: Java IDE(s)

 
0
  #12
Jan 19th, 2007
I would like to recommend Kawa IDE for a beginner since it do not consume much spaces and memory and ease to use.
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Java IDE(s)

 
0
  #13
Jan 20th, 2007
Kawa is no longer being maintained, never was free (so any version you find is pirated), and is WAY outdated.

I used to use it myself and it was indeed nice, but it's certainly not a good tool to use anymore and hasn't been for years.

Eclipse is a good choice for an editor. Just don't use any of the wizards, toolbar buttons, or menus except to create a new project or file.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 327
Reputation: Colin Mac is on a distinguished road 
Solved Threads: 22
Colin Mac Colin Mac is offline Offline
Posting Whiz

Re: Java IDE(s)

 
0
  #14
Jan 20th, 2007
Originally Posted by aniseed View Post
Yet if they start out without a tool in the first place, they would not land in that situation.
Whether someone is better off starting using an IDE or just Notepad is something I wouldn't argue over. But there is no reason or real evidence to suggest that a person using BlueJ would be worse off than if they chose to start Java using a different IDE.
Last edited by Colin Mac; Jan 20th, 2007 at 8:51 am.
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Java IDE(s)

 
0
  #15
Jan 20th, 2007
there is, as BlueJ doesn't provide a strict implementation of the language and allows illegal language constructs t be compiled.
It also hides far more from the user than any other IDE, all in the name of "teaching OO".
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 802
Reputation: Phaelax is on a distinguished road 
Solved Threads: 40
Phaelax Phaelax is offline Offline
Practically a Posting Shark

Re: Java IDE(s)

 
0
  #16
Jan 22nd, 2007
We used BlueJ at college, its buggy crapware and slow. And I didn't realize how much Java I didn't know until I tried to make a project without it. I was never taught another about command line parameters or how to create jar/manifest files or even how to use packages. BlueJ does have support for packages but it has horrible navigation.
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 5,273
Reputation: iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold 
Solved Threads: 378
Featured Poster
iamthwee's Avatar
iamthwee iamthwee is offline Offline
Posting Expert

Re: Java IDE(s)

 
0
  #17
Jan 23rd, 2007
Originally Posted by Phaelax View Post
We used BlueJ at college, its buggy crapware and slow. And I didn't realize how much Java I didn't know until I tried to make a project without it. I was never taught another about command line parameters or how to create jar/manifest files or even how to use packages. BlueJ does have support for packages but it has horrible navigation.
Yeah, I bet you never used Bluej to make your itunes clone
*Voted best profile in the world*
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 802
Reputation: Phaelax is on a distinguished road 
Solved Threads: 40
Phaelax Phaelax is offline Offline
Practically a Posting Shark

Re: Java IDE(s)

 
0
  #18
Jan 25th, 2007
Actually, that's what I started it in. Became a headache very quickly. Scrapped it, started from scratch with netbeans, so much nicer.
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 5,273
Reputation: iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold 
Solved Threads: 378
Featured Poster
iamthwee's Avatar
iamthwee iamthwee is offline Offline
Posting Expert

Re: Java IDE(s)

 
0
  #19
Jan 27th, 2007
Originally Posted by Phaelax View Post
Actually, that's what I started it in. Became a headache very quickly. Scrapped it, started from scratch with netbeans, so much nicer.
Just out of interest, how do you automatically produce a jar file in netbeans?

I never got round to doing that? I still do it using a manifest file from the command line.
*Voted best profile in the world*
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Java IDE(s)

 
0
  #20
Jan 27th, 2007
Create an ANT task in the buildscript associated with the project and execute that.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Java Forum


Views: 6168 | Replies: 32
Thread Tools Search this Thread



Tag cloud for Java
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC