• 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 compiler ?

br0wn

Senior member
Hi,
Anyone know what is a good java compiler for Windows ?

It doesn't have to be free, but I don't require anything
fancy and expensive either.

Thanks
 
Hey br0wn,

You need the Java Developer's Kit, from Sun (J2SDK 1.3 @ www.sun.com). It's free, it's "standard." Stay away from the shnazzy IDEs, for the most part, they all suck. I either use Vim (free) or JBuilder Foundation (also free)--JBuilder Foundation is a full blown IDE, but I don't use it for anything more than syntax hi-lighting..

Hope this helps,

spawngo.

 
You will really want to stick with Sun, unless mabye you are programming on Linux. Then there are some other options...in that case, I still myself choose to use the Sun version. Avoid Microsoft "Java" like the plauge.

The advantage of sticking with the Sun compiler is that you will maximize your portability between VMs. There is no ANSI or W3C Java standard, so Sun really drives it...if you want to maximize compatability, you use Sun. You should also be carefull if you use an IDE (like JBuilder) to be sure it comes with the Sun JDK (Compiler, Interpreter and other tools)...

thanks,

spawngo
 
Back
Top