View Single Post
  #4 (permalink)  
Old January 19th, 2002
dman123c dman123c is offline
Novicius
 
Join Date: January 18th, 2002
Posts: 3
dman123c is flying high
Default

After I installed java I had to edit the .bashrc file.
Here's what mine looks like although your path might or might not be a little different.

# .bashrc

# User specific aliases and functions

# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc

PATH=$PATH:/usr/java/jre1.3.1_02/bin
fi

Once I did that I went to a shell prompt and typed in " java -version " and it replied back with the version.

I was still unable to get it to install until I deleted the file I downloaded and then re-downloaded the file. It worked fine after that.

You might also want to read some of the other posts because someone had a great idea about creating a shortcut on the desktop by editing the " runLime.sh " file.

Best of Luck !
Reply With Quote