Menu

Install

Ray

Installation

Binary Distribution
This is the simplest and most straightforward way of installation. Just download the JAR file, place it to your CLASSPATH and you can start using the Config class.
The JAR file has been compiled for JDK 1.7. In cases where you need to use the library in previous versions of Java runtime, you must follow the installation from sources.

Additionaly, you can download a precompiled Javadoc for the reference.

Source Distribution
To compile the JAR library from the sources, you need to have the Apache Ant installed. Download sources and unpack the archive. Change to the newly created directory and run

ant

to build the library. If successful, the build process will leave CmdConfig-1.0.jar in the current directory. To compile the Javadoc files, issue

ant javadoc

This creates a javadoc subdirectory with the index.html inside. Open that file using your favorite browser. Note: to compile the Javadoc, you must have access to the Internet from the machine on which you are building (needed to resolve the links to Oracle documentation).

SVN Distribution
Alternatively you can use SVN client to check out the repository by svn checkout svn://svn.code.sf.net/p/cmdconfig/code/ cmd-config. This will create a cmd-config directory with a Netbeans 7.4 project you can then build using Netbeans, or just by using Ant. Please be aware that the SVN files may not yield a stable version.


Related

Wiki: Overview