PDA

View Full Version : Java Compiler



Esqulax
June 27th, 2007, 02:35 PM
Anyone know of a devent Java compiler?
Or does Ubuntu have one onboard, that i dont know of?

LaRoza
June 27th, 2007, 02:49 PM
sudo aptitude sun-java6-jdk


Or look for it in Synaptic, if I that doesn't work. It is the Sun compiler and interpreter.

I likely didn't type the package name exactly, but it is easy to find.

Carlos Santiago
June 27th, 2007, 04:02 PM
You have eclipse for Ubuntu / linux

sudo apt-get install eclipse

Ramses de Norre
June 27th, 2007, 05:27 PM
You have eclipse for Ubuntu / linux

sudo apt-get install eclipse

That doesn't include a compiler...

AlexThomson_NZ
June 27th, 2007, 10:48 PM
Installing any java jdk includes the javac command in it's bin directory.

If you are doing any Java development, you should obviously be using Sun's JDK, and a decent IDE (I prefer Netbeans, but Eclipse seems to have the market-share)

jespdj
June 28th, 2007, 09:06 AM
That doesn't include a compiler...

Yes it does, in fact it has its own built-in Java compiler.