Java IDE(s)

Reply

Join Date: Mar 2004
Posts: 763
Reputation: Phaelax is on a distinguished road 
Solved Threads: 38
Phaelax Phaelax is offline Offline
Master Poster

Re: Java IDE(s)

 
0
  #21
Jan 30th, 2007
Whe I build a project in Netbeans, it just automatically created a jar for me. I could've sworn there was a menu option that said "build jar", but I can't seem to find it now.
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 917
Reputation: linux is an unknown quantity at this point 
Solved Threads: 27
linux's Avatar
linux linux is offline Offline
Posting Shark

Re: Java IDE(s)

 
0
  #22
Feb 11th, 2007
JCreator PRO and BlueJ
Toshiba M1151.49 GB DDR-2 RAM1.6 GHz Centrino Duo80GB HDDWindows XP Media Center Edition
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
  #23
Feb 11th, 2007
and on what grounds do you recommend the two IDEs that are considered almost universally to be at the very bottom of the pile when it comes to quality, usability, and everything else except crappiness?
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: Jun 2006
Posts: 119
Reputation: agrothe is an unknown quantity at this point 
Solved Threads: 14
agrothe's Avatar
agrothe agrothe is offline Offline
Junior Poster

Re: Java IDE(s)

 
0
  #24
Aug 6th, 2007
I downloaded JCreater the other day and deleted it 50 seconds later. I'm no pro at java but i'm not an absolute beginner either. I've settled on use Notepad++ to edit and command line to compile and run. A simple bat file takes care of compiling and running for me quite easily. I've got Netbeans installed for a quick gui build, which I then copy and paste into an existing project, or just add the gui as a class.

All the IDEs i've used so far create so much junk code it's unbelievable.
------------------------------------------------------------
If you see no coffee in my immediate vicinity, speak slowly and use small words....
ConnectNL Directory | Blog
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
  #25
Aug 7th, 2007
All depends on how you use them
Personally I hardly use most code generation "features" at all, except to create some skeletons for classes and methods.

I've settled down on IntelliJ. By far the best I've ever used (not free of course, but cheap enough that you gain the investment back in increased productivity very rapidly).
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: Aug 2005
Posts: 71
Reputation: indienick is an unknown quantity at this point 
Solved Threads: 2
indienick's Avatar
indienick indienick is offline Offline
Junior Poster in Training

Re: Java IDE(s)

 
0
  #26
Aug 7th, 2007
For small to moderately-sized projects, I've stuck with Emacs and a terminal emulator.

For larger projects, I found Eclipse was too....busy, and I switched to Netbeans recently and am quite happy with it.
Angel-headed hipsters burning for the ancient heavenly connection, to the starry dynamo in the machinery of the night.
-Ginsburg

Don't tell me to "google it" - I already have.
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 1
Reputation: tuaris is an unknown quantity at this point 
Solved Threads: 0
tuaris's Avatar
tuaris tuaris is offline Offline
Newbie Poster

Re: Java IDE(s)

 
0
  #27
Aug 9th, 2007
I like Netbeans to since it's very easy to get started when working with a Java GUI program.

I come from VB6, and Netbeans is so far the closest thing I've seen to it.
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 763
Reputation: Phaelax is on a distinguished road 
Solved Threads: 38
Phaelax Phaelax is offline Offline
Master Poster

Re: Java IDE(s)

 
0
  #28
Aug 13th, 2007
All the IDEs i've used so far create so much junk code it's unbelievable.
So change the default templates?
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
  #29
Aug 13th, 2007
Originally Posted by Phaelax View Post
So change the default templates?
wont' do much if the code is generated on the fly rather than pulled from some file template...

The generators suck. Mind it's very hard to generate halfway decent code, even harder to interpret code humans have written and mix it with the code you're generating.
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: Aug 2007
Posts: 793
Reputation: darkagn has a spectacular aura about darkagn has a spectacular aura about darkagn has a spectacular aura about 
Solved Threads: 110
darkagn's Avatar
darkagn darkagn is offline Offline
Master Poster

Re: Java IDE(s)

 
0
  #30
Aug 17th, 2007
My experience with NetBeans is that the generated code when building GUIs in particular is extremely difficult to read and subsequently maintain. For a beginner I would recommend something like jEdit. While technically not an IDE it has several downloadable plugins through its sophisticated plugin manager that add functionality to make it IDE-like, but still encourages students to write their own code. After all, it is the only real way to learn.
jEdit is free to use and has syntax highlighting for a variety of languages, but is designed specifically with java in mind. Check out their website for further details.
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
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC