Prerequisites
Report modeling
This technical article does not cover modeling of reports, report templates, report parameters and report chapters.
Modeling is the same as for VB Script reports. You should refer to product documentation on this subject.
Setup a Java development environment
A Java report chapter macro is a Java Plug-in which uses Mega APIs.
You should first refer to the technical article “Creating MEGA Plug-ins with Java” to set up a Java development environment adapted to MEGA.
Referencing jars and javadoc
Following the method described in “Creating MEGA Plug-ins with Java” you should reference the following jars in your development environment:
mj_toolkit.jar
mj_api.jar
mj_anls.jar
To allow for contextual help in Eclipse, you should also reference the corresponding javadocs:
mj_api.doc.zip
mj_anls.doc.zip