Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   Good Java programming environment? (https://thetfp.com/tfp/tilted-technology/50908-good-java-programming-environment.html)

sailor 03-31-2004 06:07 PM

Good Java programming environment?
 
Anyone know of any good Java programming environments? JBuilder is too project oriented for me, and we are using a program called JGrasp which is an utter piece of shite. I would like something else to use (other than the good old standby of TextPad ;)).

WarWagon 03-31-2004 06:11 PM

Only thing I've ever used (not by choice) was BlueJ, so I'm not really sure how it stacks up to others.

firebirdta 03-31-2004 06:52 PM

What is it about JGrasp that you don't like? That can help in getting suggestions for alternatives. My IDE of choice is Eclipse, but that is also somewhat "project oriented."

sailor 03-31-2004 09:45 PM

What dont I like about JGrasp? Well, about the only thing to like about it is that it is free. Other than that, it feels like an Alpha version, despite being at version 1.7. Shitty undo function, other functions dont work half the time, slow as shit, feels like it was made by a four year old.... I can go on.

Basically, it just feels terribly unfinished.

I would use the free version of JBuilder, but it is so project oriented, it makes it kind of hard to use for writing just one class or two.

SiNai 03-31-2004 11:04 PM

I use jgrasp. Only thing I've ever used, but it doesn't seem so bad..

Cuball 04-01-2004 04:47 AM

JCreator is easy to use, no hassle with project etc and has a nice codecompletion

twister002 04-01-2004 07:28 AM

IntelliJ

http://www.jetbrains.com/

Pragma 04-01-2004 08:10 AM

Eclipse - on the occasions when I program in Java, that's all I'll use.

Eclipse

Moskie 04-01-2004 11:40 AM

A second vote for eclipse here.

Stompy 04-01-2004 09:56 PM

I downloaded quite a few IDEs when I was toying around with Java a while back, and the only ones that stick out in my mind as being good are JCreator and Eclipse.

I didn't get into it enough to prefer one over the other, but being used to Visual Studio, they had the features I wanted most (like IntelliSense).

madcow 04-01-2004 10:45 PM

C'mon, no one uses Emacs!?!?

feelgood 04-02-2004 06:56 AM

Emacs, JBuilder, JEdit, NetBeans to name a few. I use NetBean most of the time compared to others

username 04-02-2004 03:15 PM

When doing projects: Eclipse
Anything else: jEdit, emacs, vi

sailor 04-02-2004 06:35 PM

OK, I got both JCreator and Eclipse. For the moment, it looks like JCreator wins--Eclipse is nice, but still project oriented, which is not something I need at this point. Im keeping both though, and am mainly just thankful to have a replacement for JGrasp.

froseph 04-02-2004 11:16 PM

vim :)

cartmen34 04-07-2004 05:06 AM

Quote:

Originally posted by Pragma
Eclipse - on the occasions when I program in Java, that's all I'll use.

Eclipse

My brother just turned me onto Eclipse, and I became an instant fan. Why? One word.....Debugger!

sailor 04-07-2004 12:30 PM

Quote:

Originally posted by cartmen34
My brother just turned me onto Eclipse, and I became an instant fan. Why? One word.....Debugger!
JGrasp *does* have a debugger, but thats about the only thing is has going for it. Its also the one big thing I dont like about JCreator.

I just wish Eclipse wasnt project oriented.

RelaX 04-07-2004 12:52 PM

JEdit man... JEdit... one of the few good java progs I encoutered...

Rummey 04-07-2004 07:12 PM

Eclipse!! Come on, it's what James Gosling himself uses!

Rummey

rugrat 04-08-2004 09:51 AM

Quote:

Originally posted by sailor
JGrasp *does* have a debugger, but thats about the only thing is has going for it. Its also the one big thing I dont like about JCreator.

I just wish Eclipse wasnt project oriented.

?!?! it's a lot easier to write a single-class console app in eclipse than in some of hte others... new project, new file. works a lot like Visual Studios in that everything is encompassed within a project. hard to learn at first, but if you can get it working for ya, it's nice. the real-time compile feature is nice, too, although when it yells at you before you're done typing a line, it can get annoying.

All in all, if you're wriring 2 class programs.. just use TextPad & command line, or vim and command line, or bbedit, or whatever your text-editor of choice is.

manalone 04-10-2004 02:00 AM

as others have said, use Eclipse it's amazing.

cartmen34 04-12-2004 06:54 AM

Quote:

Originally posted by sailor
JGrasp *does* have a debugger, but thats about the only thing is has going for it. Its also the one big thing I dont like about JCreator.

I just wish Eclipse wasnt project oriented.

Agreed.

I'm still learning the in's and out's of Eclipse, but it is to project oriented. I tried to copy/paste a section of my code into a fresh file to see if it would compile alone, and I wound up having to make a whole new project just to do that....and somehow my old project was linked to this new one, and it would not compile because it could not "find" the old project's file in order to complete the compile. WTF?? My pasted code was a complete stand alone class, with no calls to any other class, so I don't see what it was looking for. Plus, the old project had been completely removed from the editor before the new one was added, so how can the new project possibly know about the old project?!?

Like I said, I'm still learning how to most efficently use this editor, but it seems a bit confusing so far...plus I'm a Java noob, so I'm sure that has a little to do with my troubles.

I still think it's tons better than text editing/using a command line compiler. Its just so nice to have your keywords lit up and be told about mistakes before you compile the file.

04-13-2004 01:14 AM

i agree with you..
 
My last project started off in Jbuilder(linux)..
ended up doing most of the coding in Kwrite which was surprizingly nice
it had snytax highlighting for J, and it had scope collapsing which just makes any file 1000lines+ so much easier to deal with

and for madcow's sake..
my partner was using emacs

~Morose

Tempboy 04-13-2004 02:28 PM

I'm also going to say Eclipse.

Gusev 05-01-2004 08:36 PM

I'm a longtime user of Emacs + JDEE, but I'm planning on switching to Eclipse soon. The features that Eclipse offers are just too tempting!

gmoot 05-01-2004 08:42 PM

You've got another Eclipse vote here. I loved it for Java, but I've just recently discovered that palmSource offers a C/C++ variant of it for developers that makes developing Palm apps so much easier than the old command-line prc-tools.

Sleepyjack 05-22-2004 02:53 AM

Aside from vim or gvim, Jcreator is all up ons :thumbsup:

SaltPork 05-22-2004 10:09 AM

Quote:

Originally posted by twister002
IntelliJ

http://www.jetbrains.com/

I'll second that...can be a pain in the ass to set up if you are using it to work with an existing project, but hands down it's the best I've seen. It even has a GUI form designer....Take that gridbaglayout!

motd 05-22-2004 01:23 PM

use eclipse. it has everything, plus some very nice other features (surround with...)

AngelicVampire 05-24-2004 04:45 PM

netbeans is the best that I have seen. A really nice environment.

RatherThanWords 05-24-2004 10:53 PM

I really enjoy Scite...

It is mainly for linux, but there's also a windows version. Very sleek and quick, and excellent if you are testing console apps because it has a virtual console integrated into the environment

Akira 05-25-2004 06:57 PM

NetBeans, Sun Studio ONE, and JCreator. Out of those I use JCreator and Sun ONE the most, depending on what I'm programming.

theFez 05-26-2004 02:47 PM

Quote:

Originally posted by WarWagon
Only thing I've ever used (not by choice) was BlueJ, so I'm not really sure how it stacks up to others.
I had to use BlueJ, what a nightmare. Now it's eclipse all the way unless its something REALLY simple.

then its vi all the way baby.

undeadninjaz 05-28-2004 05:14 AM

I use Oracle JDeveloper 10g...
might be a little too complex of a program to use for writing a few classes but it's got a ALOT of features that i don't use and understand and it's free from oracle (you have to sign up to download it)

RAGEAngel9 06-04-2004 09:12 PM

pico/nano
Problem solved
You kids and your new fangled IDEs.

I personally hate using any of the large IDEs. Given that I only do *nix programming, I just use a console window and Kate or KWrite. Simplistic, but it works.

sailor 06-05-2004 10:53 AM

I found another one that sucks. TogetherJ. Used to be owned by TogetherSoft, now owned by Borland, and I believe, now part of JBuilder. It has *boatloads* of features, but thats just the problem--it is SO resource intensive that I literally have to restart the IDE every 15 minutes because it fills up all the RAM and and then starts hitting swap, at which point it is all over. About every few hours, I have to restart the machine because all the incessant swap uses and Together restarts make the whole machine slow to a crawl. It SUCKS. Im using it on a P4 1.8 with 512 of RAM. An IDE should be perfectly usable in that environment, but it feels like it needs dual Xeons and about 2GB of RAM. F'ing ridiculous.

SunGun 06-06-2004 05:53 PM

I use JCreator. Its pretty bad ass.. closest ive found to MSVC++ 6, in my opinion...

Netbeans is fricken turtle slow.

nukeu666 06-08-2004 06:31 AM

im using jcreator for now...its pretty simple to use...no 'hundred project buttons'...its free and 5 mb only

SunGun 06-08-2004 07:57 AM

Yep and even so, if you buy the non-freeware one, it even has the functionality as to bring up the little pop up box of class functions and stuff when you use the . operator on an object. It's pretty nice compared to whats out there, and very clean and simple.


All times are GMT -8. The time now is 02:45 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76