Trying to get it so I can run .jar files. I have Java properly installed
because I can run applets from the web. I asked someone from a different
forum what I should do, and they said I need to edit my bash file (see
below). Can someone translate this to a little simpler language for a
newbie? :-)
-Ken
> RE: Java / Neuros DBM
> 2003-09-30 20:52
> Java is not in your path. You want to put these entries in your
> .bash_profile file.
>
> export JAVA_HOME= * put java location here *
> export PATH=$PATH:$JAVA_HOME/bin
>
> Note, you'll have to find where java is installed on your box.
> On my box it's installed in /usr/java/j2sdk1.4.1_01 so my JAVA_HOME is:
>
> export JAVA_HOME=/usr/java/j2sdk1.4.1_01
>
> Make those changes and open up a new terminal.
>
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:34:50 EDT