| Author |
What IDE currently support all Tiger features ?
|
Mikalai Zaikin
Ranch Hand
Joined: Jun 04, 2002
Posts: 3099
|
|
Hello Ranchers, What IDE currently support all Tiger features. What I heard is: - Eclipse 3.1 supports partially - IDEA 4.5 supports, but it's not free Any other options except Notepad ? regards, MZ
|
Free SCDJWS 5.0 Study Guide - SCDJWS 5.0 Quiz (How to get SCDJWS 5.0 Quiz)
Java Platform, Enterprise Edition 6 Web Services Developer Certified Expert Exam Study Guide and Quiz
|
 |
Stan James
(instanceof Sidekick)
Ranch Hand
Joined: Jan 29, 2003
Posts: 8791
|
|
|
I'm using Eclipse 3.1M2 and it seems pretty good with Tiger. I haven't been able to compile enumerated types yet. Do you know what's missing?
|
A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi
|
 |
Jeff Langr
author
Ranch Hand
Joined: May 14, 2003
Posts: 758
|
|
Eclipse lags behind in several areas, including enum (which seems to partially work) and varargs. IDEA's support for J2SE 5.0 has been stellar for some time now. I haven't worked much with other IDEs recently. NetBeans, last I looked, had minimal support for 5.0; maybe that's improved. Someone mentioned that there were a few 'lesser' IDEs with 5.0 support (perhaps jEdit?). -Jeff-
|
Author, Agile Java, Essential Java Style. Agile in a Flash. Contributor, Clean Code.
|
 |
Jason Kretzer
Ranch Hand
Joined: May 31, 2001
Posts: 280
|
|
IDE? I use vi, you insensitive clod! It is ALWAYS compatible! Just kidding, went Slashdot there for a second. :roll: [ October 20, 2004: Message edited by: Jason Kretzer ]
|
Jason R. Kretzer<br />Software Engineer<br />System Administrator<br /><a href="http://alia.iwarp.com" target="_blank" rel="nofollow">http://alia.iwarp.com</a>
|
 |
Jeff Bosch
Ranch Hand
Joined: Jul 30, 2003
Posts: 804
|
|
|
I'm a masochist -- I still use a text editor (EditPlus) for all my Java coding, although it does support syntax highlighting, projects, tools, and all that good stuff.
|
Give a man a fish, he'll eat for one day. <br />Teach a man to fish, he'll drink all your beer.<br /> <br />Cheers,<br /> <br />Jeff (SCJP 1.4, SCJD in progress, if you can call that progress...)
|
 |
Ivan Jouikov
Ranch Hand
Joined: Jul 22, 2003
Posts: 269
|
|
|
I am using some future snapshot of eclipse 3.1 and I have no problems whatsoever.
|
 |
Jeff Langr
author
Ranch Hand
Joined: May 14, 2003
Posts: 758
|
|
Interesting. I believe I'm on 3.1M2, which is the latest stable build. I don't venture past the stable builds; they're bad enough with respect to performance. I take it you're grabbing integration builds? -J-
|
 |
Ko Ko Naing
Ranch Hand
Joined: Jun 08, 2002
Posts: 3178
|
|
Of course, JBuilder 2005... We can download Enterprise Trial Edition and after it is expired, it will become a foundation edition, with which we can even develop J2SE 5.0 applications... Hope it helps...
|
Co-author of SCMAD Exam Guide, Author of JMADPlus
SCJP1.2, CCNA, SCWCD1.4, SCBCD1.3, SCMAD1.0, SCJA1.0, SCJP6.0
|
 |
Jeroen Wenting
Ranch Hand
Joined: Oct 12, 2000
Posts: 5093
|
|
|
Netbeans 4b2 has full support as well as far as I've tested it (which isn't complete but as Sun ships it with the compiler I'd venture they're happy with it).
|
42
|
 |
Mikalai Zaikin
Ranch Hand
Joined: Jun 04, 2002
Posts: 3099
|
|
|
Thanks guys for your responses !
|
 |
 |
|
|
subject: What IDE currently support all Tiger features ?
|
|
|