LibraryToggle FramesPrintFeedback

You must have the following in order to build a Fuse ESB product from its source distribution:

You need the Java Development Kit (JDK), version 6 Update 18 or later.

You can download the JDK from http://www.oracle.com/technetwork/java/javase/downloads/index.html.

Once you have installed the JDK you must:

  1. Set the JAVA_HOME environment variable to point to the top-level directory containing your JDK.

  2. Add the JDK's bin directory to the PATH.

[Tip]Tip

On Windows, the Oracle JDK installs by default into C:\Program Files\Java\jdk1.6.0_version. When specifying this path in your JAVA_HOME environment variable, you can use Progra~1 instead of Program Files, as shown in the example scripts below.

Apache Maven is a popular build management tool. ESB source builds require Apache Maven 3; you can download Apache Maven from http://maven.apache.org/download.html.

Once you have installed Apache Maven, you must:

  1. Set the M2_HOME environment variable to point to the top-level directory containing your Maven installation.

  2. Add Maven's bin directory to the PATH.

  3. Set the MAVEN_OPTS environment variable to -Xmx512M to give the Maven build more memory in which to run.

Comments powered by Disqus