Re: How to verify that my JRE on Solaris is installed correctly
Posted By:
Dan_Broadway
Posted On:
Monday, October 15, 2001 08:06 AM
There is not much to a JRE installation. One way to check that you are using the correct version is to type:
java -version
to make sure you are calling the correct JVM.
Your problem looks more like a CLASSPATH issue.