You should have been able to just add the "IBM IDE Utility class libraries" project to your workspace, as described in IBM's documentation of the tools API. They also document what you must do to run the tool from within the IDE, to test your development work.
-Kevin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To get the vaj2cvs classes to build properly in Visual Age, I had to import from directory:
C:\Program Files\IBM\VisualAge for Java\ide\project_resources\IBM IDE Utility class libraries\
Be sure to import .class and not .java.
Luckily I remembered this from way back when. Hopefully this note will help anyone else who gets stuck with the same thing.
I'm using VIsual Age 3.5 Enterprise Ed.
-James
You should have been able to just add the "IBM IDE Utility class libraries" project to your workspace, as described in IBM's documentation of the tools API. They also document what you must do to run the tool from within the IDE, to test your development work.
-Kevin