PDA

View Full Version : Java programming



Nightfall
October 17th, 2005, 02:13 PM
Hello,
can you tell me how to install Sun's Java development kit on kubuntu breezy?
Which editor/ide do you suggest me? Kate? Jedit? Eclipse?

Thanx a lot

remin8
October 17th, 2005, 02:57 PM
Check out ...

http://wiki.ubuntu.com/RestrictedFormats

... remember you can search the forums.

jvictor
November 7th, 2005, 10:29 AM
U get JDK 1.5 as a bin file from Sun
U get eclipse a tar.gz from eclipse

once u install / inflate the archives , u need to modify ur ~/.bashrc and add export JAVA_HOME=<XXXXXXXXXXXXX>
export PATH=${JAVA_HOME}/bin:${PATH}