Step 1 - Configure a Language Configuration File

For Java code, the language configuration file provides a mechanism for you to specify the class paths for your standard system .jar files just one time, instead of each time you analyze a new set of source files. This is done by adding or modifying the class paths for your system .jar files in the appropriate file in the ../imagix/user/java_cfg directory. If you use different .jar files with different sets of source files, you may want to create a set of language configuration files to select from as you load in your code in a new project.

Later, in step 2d, you will select which language configuration file to use with your project.

See Language Configuration Files for further background.