Java

I am running Redhat 7.2 and am trying to install a few programs. When I try to install them from the command prompt, I get an error that JRE was not found, to install it first. I have downloaded and re-installed the latest version of JRE. I have also tried installing the other programs as root, and it gives me the same error. I have verified that JRE loaded right. Any help would be appreciated. I am new at this.

One of the hardest concepts to master in beginning Java administration is the concept of the CLASSPATH environmental variable.

If you understand and set your CLASSPATH properly, your Java-life is much easier. A google search with keywords Java and Classpath will provide hundreds (thousands) of examples and tutorials. Click below:

http://www.google.com/search?q=JAVA\+CLASSPATH

Or:

Click Here

Thanks for the help!