Originally posted by: XZeroII
!!!
Tell him to program in a REAL language.
Originally posted by: VBboy
Originally posted by: XZeroII
!!!
Tell him to program in a REAL language.
This is one uneducated remark.
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.
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.
IIRC, M$ released Visual J# a little after VS .NET, and you can download it from their siteOriginally 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.
Originally posted by: ReelC00L
I use emacs with JDE and the Sun developers kit.
Originally posted by: cchen
If he's learning how to program... Codewarrior might be easier to use than some of those other IDE's
Originally posted by: VBboy
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... 😉
Originally posted by: Vortex
IIRC, M$ released Visual J# a little after VS .NET, and you can download it from their siteOriginally 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.
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... 😉
Originally posted by: ugh
Somehow with all the IDEs out there, I still prefer UltraEdit 😉
An alternative to Eclipse, you can try Netbeans (www.netbeans.org). Make sure you have a fast PC. It was rather slow when I tried it last time.
Originally posted by: gopunk
pico and javac... ah yea 😛
nothing like debugging with system.out's...
Originally posted by: JSClark
How different is J# from Java?? are they both the same thing?? are they similar in a way that C and C++ are?
Yes, I am a programming newb 😀