LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Getting Java to work!!!! (https://www.linuxquestions.org/questions/linux-newbie-8/getting-java-to-work-167971/)

kkj 04-08-2004 10:30 PM

Getting Java to work!!!!
 
Hey guys,
I just downloaded Lime Wire, and when I try to install it, it said I need Java plud-in thing.
So I downloaded it, and extracted all the files into a directory.
But when I go to install LimeWire, it says I didn't install it?
The Java package was a RPM.BIN, and so I got it to a rpm, and installed package.
Now what is wrong? Thanks a lot :P

iluvatar 04-09-2004 01:59 AM

maybe java is not in your PATH enviroment variable. open up a terminal and type: echo $PATH now check if there's a path to you java executables. if not, use this to add this to your path:

export PATH=$PATH:/path/to/java/executables

you can place this line at the bottom of your ~/.bashrc to make this permanent.

greetz,
-= iluvatar =-


All times are GMT -5. The time now is 03:07 PM.