<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Parameshwara Bhat wrote:
<blockquote cite="midop.stmtqzkbaljus4@linux.site" type="cite">Hello
List,
  <br>
  <br>
I have installed JRE 1.5_2 from sun site. Installation seems to have
gone
  <br>
well. I presume once JRE is installed, I should automatically be able
to
  <br>
run
  <br>
any java program. I have downloaded Azureus bittorrent client in *.jar
  <br>
form.
  <br>
it doesn't run.
  <br>
  <br>
how do i set up my environment to run this program ? could any body
  <br>
suggest?
  <br>
  <br>
Thanking in advance.
  <br>
  <br>
Parameshwara Bhat
  <br>
  <br>
</blockquote>
<b>add this lines to your bash_profile</b> you can find it inyour home
directory in .<b>bash_profile</b>
<p>export PATH=<b>/usr/java/j2sdk1.4.2_03</b>/bin:$PATH <br>
export PATH=<b>/usr/java/j2sdk1.4.2_03</b>/lib:$PATH <br>
export PATH=<b>/usr/java/j2sdk1.4.2_03</b>/jre/bin:$PATH <br>
export PATH=<b>/usr/java/j2sdk1.4.2_03</b>/jre/lib:$PATH <br>
</p>
<p>change the black characters for your version of java and the path
where you installed, generally /usr/java/version<br>
</p>
<p>open a shell and write:
</p>
<p>$ echo $PATH
</p>
</body>
</html>