View Single Post
  #1 (permalink)  
Old October 24th, 2001
Unregistered
Guest
 
Posts: n/a
Default OOOOHHHHH mYYYY GOOOD!!!!!!

I have spent hours and hours trying to get this dam program installed! I finally find some help here, just happent to stumble across the forums. Here is what has to be done:

Log in as root and go to /root/etc/profile. open profile with text editor and add this where ever you want really but at the bottom is progably best "PATH=$PATH:/usr/java/jre1.3.1_01/bin
export PATH" (minus the quotes obviously)

I tried adding this to the end of all my .bash_profiles PATH things but I don't think it was untill adding it to PROFILE in etc that it all works now. Just incase do a find file on .bash_profile (again being loged in as root) and go to each one and add /usr/java/jre1.3.1_01/bin to the end of the "PATH=$PATH:" line. Meaning other stuff is going to be there just be sure to seperate whats already there from the path to your jre1.3.1_01/bin with a colon (thats this thing ":") so that it ends up looking like this: PATH=$PATH:whatever is here leave it:/usr/java/jre1.3.1_01/bin

I added this to all of my .bash_profile files but the only one that you should need to add it to is the one with this name: home/your name here/.bash_profile
unless your trying to install the program as root and then it has to be added to roots .bash_profile. While your there you might as well add it to etc/skel/.bash_profile also. DAM I AM TIRED! Well, now I need to find out why conq keeps crashing and x to sometimes. Seems to have started after adding mem to my "box". Ohhh well
Reply With Quote