• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Java Programming Question..

kmac1914

Golden Member
Okay, I dont need homework help or anything as is per the usual here...my question is, we use Unix in our CS labs, and we program Java on that. But I like to do stuff on my own computer, as it's just more efficient to me....so does anyone know of a good Java coder/compiler for Windows?
 
Eclipse 2.0 is a pretty good open source IDE/Debugger. I use WebSphere Application Developer 5 (WSAD) at work, which is IBM's shell put over Eclipse.
 
Originally posted by: her209
Java is so freakin slow for Windows.

rolleye.gif



Microsoft's jvm was benchmarked with the fastest byte code execution time, and was awareded best jvm at JavaOne
 
Originally posted by: dahotboykj
Okay, I dont need homework help or anything as is per the usual here...my question is, we use Unix in our CS labs, and we program Java on that. But I like to do stuff on my own computer, as it's just more efficient to me....so does anyone know of a good Java coder/compiler for Windows?

you can download the java sdk from Sun's website for windows and use your favorite IDE to edit the files the same way. good luck.
 
Originally posted by: Ameesh
Originally posted by: her209
Java is so freakin slow for Windows.

rolleye.gif


Microsoft's jvm was benchmarked with the fastest byte code execution time, and was awareded best jvm at JavaOne
I was talking about the Java Interpreter that comes with the Sun SDK and RE.
rolleye.gif


 
Originally posted by: her209
Originally posted by: Ameesh
Originally posted by: her209
Java is so freakin slow for Windows.

rolleye.gif


Microsoft's jvm was benchmarked with the fastest byte code execution time, and was awareded best jvm at JavaOne
I was talking about the Java Interpreter that comes with the Sun SDK and RE.
rolleye.gif

you should have said that then.
 
Back
Top