Versions Compared

Key

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

Here are the instructions to follow if you're upgrading your Java version in a Windows machine, or moving from 32-bit to 64-bit Java. 

  1. Stop the DataSync Agent

  2. Modify the path for Java

    At the bottom of this wrapper.conf file, there should be the following lines corresponding to the installed directory of Java and your current version:

    Code Block
    set.JAVA_HOME=C:\Program Files\Java\jre1.8.0_131


    Modify the set.JAVA_HOME variable to the location of your new version of Java. For example, if you are upgrading the version reflected above (Java 1.8.0_131) to version 1.8.0_144, you would modify like so:

    Code Block
    set.JAVA_HOME=C:\Program Files\Java\jre1.8.0_144



  3. Start the DataSync Agent


...