Versions Compared

Key

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

...

TechnologyWhere to Get It
Ant version 1.8 or laterhttp://ant.apache.org/
JDK version 78.0http://javawww.sunoracle.com/j2se/1.7.0/

Checking out the source

The JCov tool repository is located on OpenJDK servers, in the CodeTools Project.  It is stored in mercurial vcs, and can be uploaded from mercurial via the following command:

...

  1. Set up and configure the JDK 7.0.
    • Download and install the JDKs.
    • Set the environment variable JAVA_HOME to point to the JDK 78.0.
  2. Set up and configure the Ant software.
    • Download and install the Ant software.
    • Set your execution path so that it contains the ant command. For example: ANT-dist-path/bin/ant
  3. Make asmtools/build the current directory.

  4. Execute the ant command.

...