Developing with the Comparator
- Download the JigCell source code.
- Unpack the source code on your computer. BASE will indicate the
directory in which you unpacked the source code for the rest of this
document.
- Read the instructions for building
JigCell.
- Go to the BASE directory and run make to test
your build environment. If there are any errors, make will
stop and print an error code and error message.
- Run make docs to generate the Comparator API
documentation. You can view the documentation using a web browser at BASE/www/docs/Comparator/javadocs/index.html.
- If you're developing with the Comparator and are having a hard time getting
your new additions to work, try reading the Comparator debugging guide to find out what the Comparator has
available to help you. You may also want to use an external debugger for Java
programs to help find problems in your code.