This version now includes support for iteration of IniFile and IniSection.
It also fixes bugs with reading case-sensitive INI files using the IniFileReader class.
The aim of this project is to develop a straight forward java package for creating, reading and writing INI files (aka configuration files). Furthermore, the package should retain all comments of the INI file when reading and writing the files.
After more than 6 months since the last release (due to other comitments), version 1.0.0 of Java INI Package has been released. This release makes the stable version of Java INI Package and locks the API for all future v1.*.* releases.... read more
Java INI Package v0.3.01 (beta) has been released and includes a a few bug-fixes and minor updates to v0.3.00 (see change log or website for more information).
Java INI Package v0.3.00 has been released which includes a number of bug fixes and a few new features too (see http://javaini.sourceforge.net for more information). Users are suggested to update to this version.
Java INI Package v0.2.00 (beta) has been released. This version includes new concrete classes which are significantly faster than the BasicIniFile and BasicIniSection classes. The release also includes a few bug fixes too.
Java INI Package v0.1.26 (beta) has been released. This version fixes a bug in the IniFileReader class.
Java v0.1.26 has been released which fixes a bug in the IniFileReader class.
The version numbers of the Java INI Package will soon be updated to include 3 digits (Major.Minor.Revision). This is to address the problem that 2 digits cannot represents the way packages are modified and updated.
Java INI Package v0.24 has been released which fixes a small bug from v0.23.
The Web site has been updated, and now includes a FAQ page and a tutorial page. The site makes better use of CSS and includes the javadoc for v0.23 of the Java INI Package.
Version 0.23 of dTool's Java INI Package Released. This Java package provides support for reading, manipulating and writing INI files from within Java.