The Arakhnê Foundation Classes is a collection of Java libraries that may be used to build applications.
The Arakhnê Foundatation Classes provides tools that are not directly available in the standard Java API.
Issues related to the Janus platform are tracked on GitHub
You must use this issue tracker to report and follow your issues.
- Java Development Toolkit (JDK) 1.6, but not the version 1.7 if you want to create an Android application.
- Maven 3.1 or higher.
- Open a DOS terminal
- Go into the directory where the source code is located (inside which this README file is, also).
- Type the following command line:
mvn install
- Open a Shell terminal
- Go into the directory where the source code is located (inside which this README file is, also).
- Type the following command line:
mvn install
- Open a DOS terminal
- Go into the directory where the source code is located (inside which this README file is, also).
- Type the following command line:
mvn clean
- Open a Shell terminal
- Go into the directory where the source code is located (inside which this README file is, also).
- Type the following command line:
mvn clean
To use the AFC inside your Maven project, you must:
Add a dependency to the AFC module you want to use (replace X.X
by the correct version number):
For example, if you want to use the “vmutils” module:
org.janus-project.core
vmutils
X.X
Add the Maven repositories of AFC:
org.arakhne-maven Arakhnê.org Snapshots http://download.tuxfamily.org/arakhne/maven/ org.arakhne-maven Arakhnê.org Snapshots http://download.tuxfamily.org/arakhne/maven/ trueThe AFC is distributed under the terms of the GNU Lesser General Public License.