Server Help

Bot Questions - Java Compiler

Anonymous - Tue Dec 28, 2004 12:42 am
Post subject: Java Compiler
Whats a very good java compiler. Im lookin for something like GUID based so I can see..... if u know what i mean? :-/
CypherJF - Tue Dec 28, 2004 1:41 am
Post subject:
I use JDeveloper...
Purge - Tue Dec 28, 2004 9:09 am
Post subject:
JCreator LE is also a good one.
Solo Ace - Tue Dec 28, 2004 9:36 am
Post subject:
We were forced to use a very crappy one, WebGain's VisualCafe, but I guess they sold it.
And, no, that's not the same gay company messing with some spyware named "Gator".
Cyan~Fire - Tue Dec 28, 2004 12:17 pm
Post subject:
I "use" JCreator, it's pretty nice. I hate Java, though.
D1st0rt - Tue Dec 28, 2004 1:06 pm
Post subject:
I personally use JCreator, but if you want visual GUI development you should use Borland's JBuilder. It has drag and drop like Visual Studio
Solo Ace - Tue Dec 28, 2004 8:57 pm
Post subject:
I had Sun's NetBeans IDE for a while, never used it, no idea what it is; So, what is it, anyone? sa_tongue.gif
Bak - Wed Dec 29, 2004 12:18 am
Post subject:
use Eclipse... it's the best IDE I've ever used, although sometimes I think it's developing intelligence and eventually plans on taking over the world.
D1st0rt - Wed Dec 29, 2004 12:54 pm
Post subject:
Eclipse is good for functionality but its not as fast and lightweight as JCreator. It has a good debugger interface though.
Bak - Wed Dec 29, 2004 3:02 pm
Post subject:
yeah that's true it takes 30 secs to load and close... But if you're writing something more than a Hello World program it easily saves you time with its features.
Anonymous - Sat Jan 15, 2005 9:42 pm
Post subject:
eclipse is good, jcreator is good, and texpad.
h04x - Mon Jan 17, 2005 9:46 am
Post subject: Netbeans.
Netbeans 3.6 from www.netbeans.org is a very nice and quite powerful IDE (Integrated Development Environment - think Visual Studio for Java), and best of all, its free. It is constantly being updated by the community that uses it (as it is open source gpl licensed), has javadoc generation, code completion, syntax checking, auto code formatting( for nice clean easy to read code), search functions,integrated debug, a decent compiler, and much more.. I use it for all my Java development. I highly recommend it. I've attached a screenshot of the IDE in action if you want to take a look.
D1st0rt - Mon Jan 17, 2005 10:36 am
Post subject:
I personally prefer Eclipse over NetBeans, but that's me, and if you want something almost identical to VisualStudio, go with JCreator Pro. Regular JCreator is close, but Pro has the intellisense and whatnot, and it only costs like 20 bucks
h04x - Mon Jan 17, 2005 1:59 pm
Post subject:
I was just using Visual Studio as an example of an IDE.
Solo Ace - Mon Jan 17, 2005 2:06 pm
Post subject:
Ah well, I had no idea how to use it and I dislike Java anyway, so I just uninstalled. sa_tongue.gif
2dragons - Tue Jan 18, 2005 1:13 am
Post subject:
None of those are java compilers, you're wanting a java ide which all those basically are.

I've used Eclipse/Netbeans/Jcreator. Personally I will not use netbeans due to it running so slow for me. Eclipse also runs slow, but once running is nice due to some of its features such as auto completion (ctrl+space), refactoring capabilities, and CVS. And I also like Jcreator for simpler projects as it performs very fast and very easily.
Blindmonkey21 - Tue Jan 18, 2005 7:58 pm
Post subject:
I used Jcreator in school for AP meh :/
pokemon 2001 - Wed Jan 19, 2005 1:17 am
Post subject:
the best java complier is

javac *.java in Command Prompt
Cyan~Fire - Wed Jan 19, 2005 3:28 pm
Post subject:
Acutally, I'm pretty sure that's the only Java compiler.
myke - Wed Jan 19, 2005 3:32 pm
Post subject:
http://gcc.gnu.org/java/

wouldn't that qualify as one? :X
D1st0rt - Wed Jan 19, 2005 4:08 pm
Post subject:
There's also jikes
Dr Brain - Wed Jan 19, 2005 5:08 pm
Post subject:
And of course the Blackdown JDK.

Not to mention Microsoft's compiler.
Cyan~Fire - Wed Jan 19, 2005 11:36 pm
Post subject:
I stand corrected.
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group