Version Differences for Changing JAVA HOME on Agents

(Finished Windows Service Section)
Line 28:
  # Edit the '''codestation.cmd''' file and change the ''JAVA_HOME'' line to the value you need (do NOT include the \bin\ directory).    # Edit the '''codestation.cmd''' file and change the ''JAVA_HOME'' line to the value you need (do NOT include the \bin\ directory). 
  # Open up the '''..\conf\''' subdirectory.    # Open up the '''..\conf\''' subdirectory. 
- #   + # Edit the '''installed.properties''' file and change the ''anthill3/java.home'' setting to the value you need, '''remembering to escape the string when inputting your path''' (do NOT include the \bin\ directory).  
       
    + == Windows Service ==  
       
    + In addition to all the steps in the previous section, you still need to modify the Windows Service so anthill reads in the correct values from the registry. The following steps need to be performed as well:  
       
    + # (IF IT EXISTS) Open up the ''%AGENT_HOME\bin\service'' directory and load the '''_agent.cmd''' file. Change the value for JAVA_HOME in here. Also, change the architecture if necessary.  
    + # (IF IT EXISTS) Open up the ''%AGENT_HOME\bin\service'' directory and load the '''_ah3agent.cmd''' file. Change the value for JAVA_HOME in here. Also, change the architecture if necessary.  
    + # Open up the ''%AGENT_HOME\bin\service'' directory and load the '''ah3agent.cmd''' file. Change the value for JAVA_HOME in here. Also, change the architecture if necessary.  
    + # From an '''Administrative Command Prompt''', ''uninstall'' the current Windows Service for the agent, and ''re-install'' it. This is in the documentation under the [http://docs.urbancode.com/anthill3-help-3.8/html/Installation.html#install-windows-agent manual agent installation section]