Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

I install the version of Java I want on a test machine such as a VM and then copy the uncompressed Java folder over to your server and rename it according to the Linux instructions. For this example, C:\opt\apache\java.

For older of Java versions go to the  Java Archives site.

...

Code Block
langhtml
SET JRE_HOME=C:\opt\apache\java
Note
titleI've since found a more portable option using "$CATALINA_HOME" but have only verified this works on Linux.

SET JRE_HOME="$CATALINA_HOME"\jre1.6.0_20_32-bit

Verify your change using version.bat you will see the following results,

...