Java Compiler

Does anyone have advice on a good Java Compiler. One the uses the SDK, debugs utilities, and also be able to turn a program into a exe?
[142 byte] By [draxinumsa] at [2007-10-2 7:23:59]
# 1
You don't need another compiler to create an EXE. Take a look at [url= http://www.ej-technologies.com/products/exe4j/overview.html]Exe4J[/url]
annie79a at 2007-7-16 21:00:50 > top of Java-index,Java Essentials,Java Programming...
# 2
Or even better: turn your program into an executable jar. They are smaller, faster, portable, easier, better. Instructions: http://www.google.com/search?q=executable+jar
sjasjaa at 2007-7-16 21:00:50 > top of Java-index,Java Essentials,Java Programming...
# 3
If I change the sourse will the jar file update?...or do i have to create another one?
draxinumsa at 2007-7-16 21:00:50 > top of Java-index,Java Essentials,Java Programming...