Versions Compared

Key

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

...

  • set JAVA_HOME and JDK_HOME to point to the root of your jdk-N release.
  • add $JAVA_HOME/bin to your PATH
  • add gradle-45.83/bin to your PATH
  • add apache-ant-1.810.25/bin to your PATH

Note: on windows, the JAVA_HOME and JDK_HOME variables must be in DOS format (e.g., "C:/Program Files/..." rather than "/cygdrive/c/Program Files/..."), although you can use forward slashes ('/'). Test your settings with:

...