I'm using Ubuntu 10.10
and downloaded jdk7
from java.sun.com
. That jdk
is a compressed file and on extraction there I got all the files and folders of jdk1.7.0
.
But now if I tries to compile a java
program than there is an error that javac
not found.
How could I set PATH
of jdk1.7.0\bin
to use javac
everywhere?