|
The Tapper source code will be written in Java using version 1.3 or higher.
The Java Developer's kit is available for free
here. Every coder needs a good editor. I like JEXT. It's free, it's open source, and it's written in Java. Lots of people like VIM We won't be using make files on this project. Instead we'll be using the new "ANT" program from the Apache-Jakarta group. Ant is available for free here.
To properly run Ant you will need a JAXP compliant XML parser. You can
get one here. If you're new to Java then I suggest you go to Bruce Eckel's web site and get his book "Thinking In Java".
|
| Putting your development environment together | |
|