User Manual
If the PATH and MAVEN_HOME variables exist but do not contain the respective directories, do the
following:
1. Add <Maven Installation Directory>\bin to PATH, separated by semicolon, and
<Maven Installation Directory> to MAVEN_HOME.
For example: Add C:\apache-maven-2.2.1\bin to PATH and C:\apache-maven-2.2.1
to MAVEN_HOME.
2. Click OK.
3. Click Apply Changes.
If the PATH and MAVEN_HOME variables do not exist, follow these steps:
1. Click New on the User Variables dialog box.
2. Enter the variable name as PATH and variable value as <Maven Installation
Directory>\bin.
3. Enter the variable name as MAVEN_HOME and variable value as <Maven Installation
Directory>.
For example: Enter C:\apache-maven-2.2.1\bin as the value of PATH and
C:\apache-maven-2.2.1 as the value of MAVEN_HOME.
4. Click OK.
5. Click Apply Changes.
If you do not have Maven 2.2.1 installed on your Windows system, download the Maven
2.2.1(zip)file from http://maven.apache.org/download.html and set the PATH and
MAVEN_HOME variables as described above.
NOTE:
• If you are using a proxy server to access Internet, you need to edit the following proxy
information in <MAVEN_HOME>\conf\settings.xml:
<proxies>
<proxy>
<active>true</active>
<protocol>http</protocol>
<host>proxy.somewhere.com</host>
<port>8080</port>
<username>proxyuser</username>
<password>proxypassword</password>
<nonProxyHosts>www.google.com|*.somewhere.com</nonProxyHosts>
</proxy>
</proxies>
• If the firewall restricts access to the websites that host Maven repositories, you might get
Connection Refused or Connection Time Out error messages.
• If you want to use the Eclipse Galileo IDE, you can download the Maven plugin for Eclipse
from http://m2eclipse.sonatype.org/installing-m2eclipse.html.
JDBC Type 4 Driver for NonStop SQL/MX
You must have JDBC Type 4 driver version T1249V11 or later installed on the Windows system.
If you already have JDBC Type 4 driver installed, check its version by following these instructions:
26 Introduction