How do I run *.jar rpogram

Black Box black.cold at gmail.com
Sat Jul 9 22:36:34 UTC 2005


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20050709/9421bf60/attachment-0001.htm>


More information about the fedora-list mailing list