Pangloss Posted August 7, 2005 Posted August 7, 2005 Just curious which Java IDE you folks like best. I've been using NetBeans, recently upgrading from 3.6 to 4.1, but I'm not a Java expert at all. I've also played around with JBuilder and Eclipse. I like the GUI-building features in JBuilder, but I kinda prefer the NetBeans environment in general. But I'm curious what other folks think.
radiohead Posted August 8, 2005 Posted August 8, 2005 BlueJ is good, not sure if it's free or not, I think it is.
Sarahisme Posted August 8, 2005 Posted August 8, 2005 i use drjava, what do people think of that? i think its a good one for beginners
albertlee Posted August 8, 2005 Posted August 8, 2005 I can think of that Sarahisme is a beginner himself.
albertlee Posted August 8, 2005 Posted August 8, 2005 It looks pretty good, even simpler than Gel. I've seen the program description and related etc from the official site. I would aslo recommand drjava, despite I have'nt used it. how about the performance? It is java-based, and it probably needs JVM, and maybe it is slow?
Sarahisme Posted August 8, 2005 Posted August 8, 2005 I can think of that Sarahisme is a beginner himself[/b'] . excuse me....
albertlee Posted August 8, 2005 Posted August 8, 2005 oops...sorry. I just presume every one here is male until prooved wrong
Sarahisme Posted August 8, 2005 Posted August 8, 2005 thats ok well the fact that my name is SARAHisme you know, might just be subtle giveaway
Sarahisme Posted August 8, 2005 Posted August 8, 2005 yes drjava is a little slow, but its interactions pane is very useful and yeah its nice a simple
Aeternus Posted August 8, 2005 Posted August 8, 2005 BlueJ is good, not sure if it's free or not, I think it is. Got to agree, its really quite cool . I think it's free, made by a few universities in collaboration for teaching Java on their courses and at other universities etc I think. The BlueJ environment was developed as part of a university research project about teaching object-orientation to beginners. The system is being developed and maintained by a joint research group at Deakin University, Melbourne, Australia, and the University of Kent in Canterbury, UK. The project is supported by Sun Microsystems. http://www.bluej.org/about/what.html
Dave Posted August 8, 2005 Posted August 8, 2005 I'm loving ScITE at the moment. You can get it to do java compiles etc, although it doesn't really count as a "proper" IDE. Try it out and see what you think.
Pangloss Posted August 8, 2005 Author Posted August 8, 2005 Wow, I'm a little surprised at all these new names. I was expecting to hear nothing but "JBuilder" and/or "Eclipse". Are these really full-featured IDEs that you guys are naming? I'm afraid that I've become very accustomed (pampered?) by Intellisense in the Visual Studio IDE, which NetBeans has as well, so I feel at home with that (for example). (ScITE, for example, just looks like a text editor with keyword highlighting, unless I'm misunderstanding something. I've got that with TextPad, and it's great, but I've done the work-directly-with-the-SDK thing and I think I'd rather work in a real IDE. Yeah, I know, I'm spoiled.)
Dave Posted August 8, 2005 Posted August 8, 2005 ScITE isn't an IDE as such, but it does have some advantages over things like TextPad. For one, it's free. Another, it's easy to modify to get just how you want it. I don't know about Java, but it does have a list of function names/parameters/descriptions for the in-build PHP4 functions (a la Visual Studio). It also has an output pane that links into a compiler, but I'm not sure exactly how that works. It's a fairly simple, extremely customisable editor. Probably not what you're looking for to be honest, but I thought I should suggest it, just in case
Pangloss Posted August 8, 2005 Author Posted August 8, 2005 Alas, I've already paid for TextPad. I guess it was worth it, since I was able to load up a nice assistant for when I took a VRML class last year. (grin) (Like I'm ever going to use VRML!) But I do appreciate the suggestion.
Klaynos Posted August 8, 2005 Posted August 8, 2005 Scite is very good, I've used it quite a bit on windows, very customisable, and it has tabs (I'm simple to please) I've heard lots of goot things about eclips but never used it... :S
LOGIC Posted August 8, 2005 Posted August 8, 2005 It seems I am the only one using JCreator here. Our university installed in there labs which make all studens use it and I think it is easy to use.
jcarlson Posted August 9, 2005 Posted August 9, 2005 My favorite is notepad and cmd in windows, pico, javac, and java in unix. those count right?
Sarahisme Posted August 9, 2005 Posted August 9, 2005 lol i have a mac which doesnt explain why stuff on this website has stopped loading properly laterly :S (like latex and such )
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now