Providing Java source information to Fault Analyzer

There are two options for providing Java application source information to Fault Analyzer.

  1. The IDIJAVA option or DD concatenation
  2. Specifying source jars on the Java classpath

Fault Analyzer searches for matching source files in each path specified in the IDIJAVA option or IDIJAVA DD concatenation.

If IDIJAVA paths were not specified or source files were not found, Fault Analyzer searches in each explicitly specified jar file and directory for source files that match the application events.

Optimizing Java source information

If Java source is never required or never available, specify the NOSOURCE option to tell Fault Analyzer not to look for matching Java source files. If source jar files or Java source files are not on the application class path, specify the -dropcp- option to tell Fault Analyzer to ignore the application classpath when locating source files. Instead, only paths specified using the IDIJAVA option will be considered when locating source information.