The findJava Utility Cannot Find Java Runtime Environment during Installation
- First, make sure you have a Java Runtime Environment (JRE) installed on your server. MVP requires at least version 1.3.1.
- If you don't have a JRE installed on your Linux server, refer to for instructions.
- Once you have verified that you have an up-to-date JRE installed, check its location. By default the package downloaded from the Sun Microsystems web site installs itself in/usr/java/javaX.Y.Z, whereX,YandZare version numbers. However, Lexmark's findJava utility searches the JRE in the/ usr/javadirectory, one step above the default location.
- To resolve the location issue, edit the findJava script located in/usr/mvp/binas follows:
- At the command prompt, type:vi /usr/mvp/bin/findJava
- Then go to line 76. You should find a variable declared here:STDLOC=/usr/java:/usr/local/java........
- Edit this line and modify it to insert the full path to your JRE installation:STDLOC=/usr/java/javaX.Y.Z:/usr/local/java.......
- Save your change and quit the findJava script.
- Relaunch the MVP configuration utility. This should resolve the JRE issue.
LEGACY ID:
SO2051