Originally posted by: Vortex
Originally posted by: Descartes
Originally posted by: MeanMeosh
Originally posted by: VBboy
It's called an IDE (Intergated Development Environment), not software.
JBuilder ($3000 for the best version)
JCreator Pro ($xx) or LE (free)
Or just look online for "Java IDE"
Tastes really vary on this.
does visual studio come with a java IDE in it?
edit: cause i know it comes with a JV++ / VJ# environment.
Visual J++ was not part of the normal install of Visual Studio 6; however, you could install it separately. J# is not currently part of Visual Studio .NET; however, it will be in Visual Studio .NET 2003.
Who needs a damn IDE anyway? Just download the SDK and code it in any normal editor (I use UltraEdit). You can do the same with .NET.
IIRC, M$ released Visual J# a little after VS .NET, and you can download it from their site
That's correct. I was just noting that it's not an official constituent of VS.NET yet.
Who needs a damn IDE?!
I guess you never did any corporate-level programming where you need CVS for the version control, various projects opened at the same time, JSP support, etc...
LOL. Yah, I've never done any corporate-level programming
. Lets not compare qualifications...
What in the world does an IDE have to do w/ version control? I use CVSNT and do version control with WinCVS and/or TortoiseCVS. I handle continuous integration with Draco.NET, unit test with NUnit, and build with Nant. ALL of these can be handled completely and totally without an IDE. Yes, I use VS.NET, but it's certainly not required.
Keep in mind that not everyone uses the same IDE. People who are so dependent on an IDE generally waste loads of time trying to resolve issues that could be easily handled outside of the IDE. I'm not dependent on the IDE, I simply use it to help me out (intellisense, dynamic help, QuickCode.NET, etc., Win Forms designer, etc.).
Note that the above was a bit biased towards .NET, but the same applies all around.