LibraryToggle FramesPrintFeedback

Prerequisites

Overview

The following are required to complete this example:

Java Runtime

Apache Camel requires a Java 6 development kit (JDK 1.6.0). After installing the JDK, set your JAVA_HOME environment variable to point to the root directory of your JDK, and set your PATH environment variable to include the Java bin directory.

Apache Maven 2

The Apache Camel Maven tooling requires Apache Maven version 2.2.1 or later. To download Apache Maven, go to http://maven.apache.org/download.html.

After installing Apache Maven do the following:

  1. Set your M2_HOME environment variable to point to the Maven root directory.

  2. Set your MAVEN_OPTS environment variable to -Xmx512M to increase the memory available for Maven builds.

  3. Set your PATH environment variable to include the Maven bin directory:

    PlatformPath
    Windows%M2_HOME%\bin
    UNIX$M2_HOME/bin
Comments powered by Disqus