Parameshwara Bhat wrote:
Hello
List,
I have installed JRE 1.5_2 from sun site. Installation seems to have
gone
well. I presume once JRE is installed, I should automatically be able
to
run
any java program. I have downloaded Azureus bittorrent client in *.jar
form.
it doesn't run.
how do i set up my environment to run this program ? could any body
suggest?
Thanking in advance.
Parameshwara Bhat
add this lines to your bash_profile you can find it inyour home
directory in .bash_profile
export PATH=/usr/java/j2sdk1.4.2_03/bin:$PATH
export PATH=/usr/java/j2sdk1.4.2_03/lib:$PATH
export PATH=/usr/java/j2sdk1.4.2_03/jre/bin:$PATH
export PATH=/usr/java/j2sdk1.4.2_03/jre/lib:$PATH
change the black characters for your version of java and the path
where you installed, generally /usr/java/version
open a shell and write:
$ echo $PATH