This page describes the supported platforms for
.
Key:
= Supported;
= Not Supported
Java Version |
|
Sun JDK (1) |
1.5
1.6 |
Operating Systems |
|
Microsoft Windows (2) |
|
Linux / Solaris (2) |
|
Apple Mac OS X (2) |
|
Application Servers |
|
Apache Tomcat (3) |
6.0.x
5.5.x |
Databases |
|
MySQL |
5.x with JDBC Connector/J 5.1 |
PostgreSQL |
8.2+ with PostgreSQL Driver 8.4.x |
Microsoft SQL Server |
2008 with JTDS 1.2.2
2005 with JTDS 1.2.2 |
Oracle |
10G with Oracle 11.2.x
11G with Oracle 11.2.x |
HSQLDB (4) |
(for evaluation only) |
Web Browsers |
|
Microsoft Internet Explorer |
8.0
7.0
6.x |
Mozilla Firefox |
3 |
Safari |
4 |
Notes:
1. Sun JDK:
- It is not enough to have the JRE only. Please ensure that you have the full JDK.
- You can download the Java SE Development Kit (JDK) from the Sun website.
- Once the JDK is installed, you will need to set the JAVA_HOME environment variable, pointing to the root directory of the JDK. Some JDK installers set this automatically (check by typing 'echo %JAVA_HOME%' in a DOS prompt, or 'echo $JAVA_HOME' in a shell). You need to do this before installing Bamboo, as Bamboo will automatically configure JDK capabilities based on the system environment variables on your machine.
2. Please note:
- Bamboo is a pure Java application and should run on any platform, provided all the JDK requirements are satisfied.

3. 
4. Bamboo ships with a built-in HSQL database, which is fine for evaluation purposes but is somewhat susceptible to data loss during system crashes. For production environments we recommend that you configure Bamboo to use an external database.