Skip to content

Commit

Permalink
Update BUILDING instructions for Karaf 3.0
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/karaf/trunk@1226691 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jbonofre committed Jan 3, 2012
1 parent 024325b commit ee62183
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BUILDING
Expand Up @@ -21,15 +21,15 @@ Building Apache Karaf
Initial Setup
-------------

1) Install J2SE 5.0 SDK (or later), which can be downloaded from
http://www.oracle.com/technetwork/java/javase/downloads/index-jdk5-jsp-142662.html.
Use version of "JDK 5.0 Update 22" (or later).
1) Install J2SE 6.0 SDK (or later), which can be downloaded from
http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html
Use version of "JDK 6.0 Update 29" (or later).

2) Make sure that your JAVA_HOME environment variable is set to the newly installed
JDK location, and that your PATH includes %JAVA_HOME%\bin (windows) or
$JAVA_HOME$/bin (unix).

3) Install Maven 2.2.1 (or later), which can be downloaded from
3) Install Maven 3.0.3 (or later), which can be downloaded from
http://maven.apache.org/download.html. Make sure that your PATH includes
the MVN_HOME/bin directory.

Expand Down

0 comments on commit ee62183

Please sign in to comment.