This part covers the fundamental topics of using dTool's Java INI Package. for using the package, but the topics teach developers how to control Java INI Package more precisely and be able to fit their needs better.

1. Before We Begin
Quick discussion of the definitions used within this tutorial as well as an overview of the Java INI Package.
2. Steps needed to run in Java
This topic shows you how to add and use the Java INI Package with your Java code. Most Java developers will be familiar with how to use a jar file and will therefore have no need in reading this topic, however, for those who don't know, please read this topic.
3. Creating IniFiles, IniSections and IniItems
4. Retrieving IniSections and IniItems
5. Getting and Setting Values
6. Reading and Writing IniFiles