Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Application

Purpose

Version

Notes

Java SE Development Kit (JDK)

  • To launch the product as each product is a Java application.
  • To build the product from the Source distribution (both JDK and Apache Maven are required).
  • To run Apache Ant.

1.6.x or higher (JDK 1.7 is supported from this release onwards)

Info
  • If you are using JDK 1.6, you might need to replace the Java Cryptography Extension (JCE) policy files in your JDK with the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy files. This will avoid "illegal key size" errors when you try to invoke a secured web Web service.
  • To build the product from the source distribution, you must use JDK 1.6 instead of JDK 1.7.
  • Oracle JRE 1.7 supports when running (not building) WSO2 products.
Info

If you are using JDK7 on Mac OS, follow the steps below to install the Snappy-java library: 

  1. Download the Snappy JAR file from here, and extract it to a preferred location. We will refer this extracted folder as <SNAPPY_HOME>.
  2. In <SNAPPY_HOME>/org/xerial/snappy/native/Mac/ folder, you find the Snappy java library files (.jnilib files) as i386 (32bit) and x86_64 (64bit). Copy the appropriate one to <BAM_HOME>.

For more information on installing snappy-java library, see Snappy-java fails on Mac OS JDK 1.7.

Required by all WSO2 products

Apache Ant

To compile and run the sample clients.

1.7.0 or later

Required by all WSO2 products to run product samples

Apache Maven

To build the product's source. (both JDK and Apache Maven are required).

2.1.0 or later

Required by all WSO2 products when installing from source distribution

SVN ClientTo checkout WSO2 Carbon source from; http://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.0.0 wso2carbon . wso2carbon .

Can be downloaded from; http://tortoisesvn.net/downloads.html

Required by all WSO2 products

Web Browser

To access the product's Management Console. The Web Browser must be JavaScript enabled to take full advantage of the Management console. NOTE:

 

Required by all WSO2 products

Cygwin

BAM analytics framework depends on Apache Hadoop and Hadoop requires Cygwin, in order to run in Windows. At a minimum; Basic, Net (OpenSSH, tcp_wrapper packages), and security related Cygwin packages need to be present in the system.

Info

After installing Cygwin, update your PATHvariable by appending ";C:\cygwin\bin". This is required since the default installation of Cygwin might not do this.

1.7.0 or later

Can be downloaded from;

http://www.cygwin.com

Required by WSO2 BAM running on Windows

...