To use Jacobe form within Zeus you need to do the following:
- Download the Jacobe utility
- Unzip the Jacobe files to the Zeus installation directory
- To Test the installation use the Zeus Tools, Dos Command Line menu and type in Jacobe -?
- Edit the sun.cfg found in the Zeus install directory adding this information:
// Use Windows CR/LF
// -----------------
--lineterm=3 - Create a tool with this command line: jacobe --indent -cfg="$zdsun.cfg" -overwrite "$fn" and this working directory: $fdd
- Open a Java file for re-formatting and run newly created to tool
- IMPORTANT NOTE: This command line is using the overwrite option so be very careful. But the command will also creates a *.java.jacobe backup file just in case anything goes wrong with the formatting
- For more help use the Zeus Tools, Dos Command Line menu and type in Jacobe -help