Log in

View Full Version : Looking for a Java Compiler



Lord Winter
04-12-2007, 06:12
Does anyone know of a simple, easy to use compiler for java?

macsen rufus
04-12-2007, 11:19
Erm, you put "simple and easy" in the same sentence as "Java"? :laugh4:

Seriously, though, I guess the best place to start looking would be at the Sun homepage. I'd expect a compiler bundled in with the JDK.

Phatose
04-15-2007, 03:35
My college courses in Java typically used a dev environment known as jGrasp. Pretty sure it's free.

_Martyr_
04-17-2007, 14:48
Eclipse or Netbeans are pretty standard IDEs, but if you want to have a simple executable at the end you'll probably be looking more towards jcc or the likes!

SwordsMaster
04-17-2007, 17:12
Does anyone know if Scite compiles JAVA?