Apps :: Installing JDK 1.5.0_07, what next...



I've unpacked the bin file, installed the rpm with

rpm -i jdk...rpm

set up PATH to /usr/java/jdk.../bin
but I'still cannot compile with: javac test.java

what else do i need to set??

thx in advance

ok, got it :D
downloaded newest ver of jdk that is 1.6.0 beta... and just unpacked it... jdk-6-beta-linux-i586.bin not the ...rpm.bin
added some paths to PATH... and it works :D


original here.