This page lists all of the currently supported platforms for QuartzDesk deployment. If a particular platform or a particular platform's version is not listed, then we do not officially support it.
Please note that QuartzDesk is a standard J2EE-compliant web application and, as such, it can likely be successfully deployed to other, currently unsupported platforms. We encourage users to try QuartzDesk on their platforms and let us know about their experience. If there is something we can do to make QuartzDesk work on a currently unsupported platform while not breaking compatibility with the currently supported platforms, then we are happy to assist.
Supported platform | Supported version(s) | Notes | |
---|---|---|---|
Java | Oracle JDK / JRE | 8 - 22 | http://www.oracle.com/technetwork/java/javase/downloads/ |
IBM JDK / JRE | 8 | http://www.ibm.com/developerworks/java/jdk/ | |
OpenJDK | 8 - 22 | http://openjdk.java.net/ | |
Operating Systems | Linux (any distribution) with kernel 3.x or newer Solaris 11.x Windows 7 Windows 8 Windows 10 Windows 11 | ||
Application Servers | Apache Tomcat | 8.5.x 9.x 10.x | http://tomcat.apache.org/ |
IBM WebSphere AS | 8.5 9.0 | https://www.ibm.com/cloud/websphere-application-platform/ | |
Eclipse GlassFish AS | 5.x 6.x 7.x | https://projects.eclipse.org/projects/ee4j.glassfish/ | |
Oracle WebLogic AS | 12.2.x (12cR2) 14.1.x (14c) | https://www.oracle.com/middleware/weblogic/ | |
RedHat JBoss AS | JBoss EAP 7.1.0 JBoss EAP 7.2.0 JBoss EAP 7.3.0 | https://developers.redhat.com/products/eap/ | |
WildFly AS | 10.x - 29.x | http://wildfly.org | |
Databases | DB2 | >= 10.1 | With IBM DB2 JDBC 4.0 driver available at http://www-01.ibm.com/software/data/db2/. |
H2 | >= 2.0.0 | We recommend using H2 for evaluation and/or experimental purposes only. We strongly discourage using H2 in production environments. | |
Microsoft SQL Server | >= 2008 R2 SP1 | With Microsoft JDBC driver 4.0 for SQL Server available at http://msdn.microsoft.com/en-us/sqlserver/aa937724.aspx. We strongly advise against using the alternative JTDS JDBC driver, because it currently does not support the datetime2 datatype. As a result, all datetime values written by the QuartzDesk application would end up rounded up, or down. For datetime data type rounding details, please refer to http://msdn.microsoft.com/en-us/library/ms187819.aspx. | |
MySQL | >= 5.6.4 | With Connector/J JDBC driver available at http://dev.mysql.com/downloads/connector/j/. The minimum version of 5.6.4 is required because this version introduces the DATETIME(n) type that allows for storing date-time values with millisecond precision. Older MySQL versions provide only the DATETIME type that discards fractional seconds. | |
Oracle | >= 10.2 (10g R2) | With thin Oracle JDBC driver available at http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html. | |
PostgreSQL | >= 9.1 | With JDBC4 PostgreSQL driver available at http://jdbc.postgresql.org/. | |
Web-browsers | Chrome | >= 10 | QuartzDesk relies on browser JavaScript support. Please make sure JavaScript is enabled and not blocked by third party anti-malware/anti-virus software. To achieve the optimal performance we strongly recommend using the latest stable browser version. |
FireFox | >= 3.6 | ||
Internet Explorer | >= 8 | ||
Opera | >= 11 | ||
Safari | >= 6 |
Supported platform | Supported version(s) | Notes | |
---|---|---|---|
Java | Oracle JDK / JRE | 8 - 13 | http://www.oracle.com/technetwork/java/javase/downloads/ |
IBM JDK / JRE | 8 | http://www.ibm.com/developerworks/java/jdk/ | |
OpenJDK | 8 - 13 | http://openjdk.java.net/ | |
Operating Systems | Linux (any distribution) with kernel 3.x or newer Solaris 11.x Windows 7 Windows 8 Windows 10 | ||
Application Servers | Apache Tomcat | 7.x 8.x 9.x | http://tomcat.apache.org/ |
IBM WebSphere AS | 8.5 9.0 | https://www.ibm.com/cloud/websphere-application-platform/ | |
Eclipse GlassFish AS | 5.x | https://projects.eclipse.org/projects/ee4j.glassfish/ | |
Oracle WebLogic AS | 12.1.x (12cR1) 12.2.x (12cR2) | https://www.oracle.com/middleware/weblogic/ | |
RedHat JBoss AS | JBoss EAP 7.1.0 JBoss EAP 7.2.0 JBoss EAP 7.3.0 | https://developers.redhat.com/products/eap/ | |
WildFly AS | 10.x - 18.x | http://wildfly.org | |
Databases | DB2 | >= 10.1 | With IBM DB2 JDBC 4.0 driver available at http://www-01.ibm.com/software/data/db2/. |
H2 | >= 1.3.174 | We recommend using H2 for evaluation and/or experimental purposes only. We strongly discourage using H2 in production environments. | |
Microsoft SQL Server | >= 2008 R2 SP1 | With Microsoft JDBC driver 4.0 for SQL Server available at http://msdn.microsoft.com/en-us/sqlserver/aa937724.aspx. We strongly advise against using the alternative JTDS JDBC driver, because it currently does not support the datetime2 datatype. As a result, all datetime values written by the QuartzDesk application would end up rounded up, or down. For datetime data type rounding details, please refer to http://msdn.microsoft.com/en-us/library/ms187819.aspx. | |
MySQL | >= 5.6.4 | With Connector/J JDBC driver available at http://dev.mysql.com/downloads/connector/j/. The minimum version of 5.6.4 is required because this version introduces the DATETIME(n) type that allows for storing date-time values with millisecond precision. Older MySQL versions provide only the DATETIME type that discards fractional seconds. | |
Oracle | >= 10.2 (10g R2) | With thin Oracle JDBC driver available at http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html. | |
PostgreSQL | >= 9.1 | With JDBC4 PostgreSQL driver available at http://jdbc.postgresql.org/. | |
Web-browsers | Chrome | >= 10 | QuartzDesk relies on browser JavaScript support. Please make sure JavaScript is enabled and not blocked by third party anti-malware/anti-virus software. To achieve the optimal performance we strongly recommend using the latest stable browser version. |
FireFox | >= 3.6 | ||
Internet Explorer | >= 8 | ||
Opera | >= 11 | ||
Safari | >= 6 |
Supported platform | Supported version(s) | Notes | |
---|---|---|---|
Java | Oracle JDK / JRE | 7, 8 | http://www.oracle.com/technetwork/java/javase/downloads/ |
IBM JDK / JRE | 7, 8 | http://www.ibm.com/developerworks/java/jdk/ | |
OpenJDK | 7, 8 | http://openjdk.java.net/ | |
Operating Systems | Linux (any distribution) with kernel 2.6.x or newer Solaris 11.x Windows XP Windows Vista Windows 7 Windows 8 Windows 10 | ||
Application Servers | Apache Tomcat | 6.x 7.x 8.x 9.x | http://tomcat.apache.org/ |
IBM WebSphere AS | 7.0 8.0 8.5 | https://www.ibm.com/cloud/websphere-application-platform/ | |
Oracle GlassFish AS | 4.x | https://projects.eclipse.org/projects/ee4j.glassfish/ | |
Oracle WebLogic AS | 10.3.x (11g) 12.1.x (12cR1) 12.2.x (12cR2) | https://www.oracle.com/middleware/weblogic/ | |
RedHat JBoss AS | JBoss 6.x Community JBoss 7.x Community JBoss 6.x EAP JBoss 7.x EAP | http://jbossas.jboss.org QuartzDesk JVM Agent is not compatible with the following JBoss releases: JBoss 7.2.0 Community, JBoss 6.1.0 EAP. QuartzDesk Web Application is compatible with all of the specified JBoss releases. | |
WildFly AS | 8.x - 14.x | http://wildfly.org | |
Databases | DB2 | >= 10.1 | With IBM DB2 JDBC 4.0 driver available at http://www-01.ibm.com/software/data/db2/. |
H2 | >= 1.3.174 | We recommend using H2 for evaluation and/or experimental purposes only. We strongly discourage using H2 in production environments. | |
Microsoft SQL Server | >= 2008 R2 SP1 | With Microsoft JDBC driver 4.0 for SQL Server available at http://msdn.microsoft.com/en-us/sqlserver/aa937724.aspx. We strongly advise against using the alternative JTDS JDBC driver, because it currently does not support the datetime2 datatype. As a result, all datetime values written by the QuartzDesk application would end up rounded up, or down. For datetime data type rounding details, please refer to http://msdn.microsoft.com/en-us/library/ms187819.aspx. | |
MySQL | >= 5.6.4 | With Connector/J JDBC driver available at http://dev.mysql.com/downloads/connector/j/. The minimum version of 5.6.4 is required because this version introduces the DATETIME(n) type that allows for storing date-time values with millisecond precision. Older MySQL versions provide only the DATETIME type that discards fractional seconds. | |
Oracle | >= 10.2 (10g R2) | With thin Oracle JDBC driver available at http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html. | |
PostgreSQL | >= 9.1 | With JDBC4 PostgreSQL driver available at http://jdbc.postgresql.org/. | |
Web-browsers | Chrome | >= 10 | QuartzDesk relies on browser JavaScript support. Please make sure JavaScript is enabled and not blocked by third party anti-malware/anti-virus software. To achieve the optimal performance we strongly recommend using the latest stable browser version. |
FireFox | >= 3.6 | ||
Internet Explorer | >= 8 | ||
Opera | >= 11 | ||
Safari | >= 6 |
Supported platform | Supported version(s) | Notes | |
---|---|---|---|
Java | Oracle JDK / JRE | 6 - 8 | http://www.oracle.com/technetwork/java/javase/downloads/ |
IBM JDK / JRE | 6 - 8 | http://www.ibm.com/developerworks/java/jdk/ | |
OpenJDK | 6 - 8 | http://openjdk.java.net/ | |
Operating Systems | Linux (any distribution) with kernel 2.6.x or newer Solaris 11.x Windows XP Windows Vista Windows 7 Windows 8 Windows 10 | ||
Application Servers | Apache Tomcat | 6.x 7.x 8.x 9.x | http://tomcat.apache.org/ |
IBM WebSphere AS | 7.0 8.0 8.5 | https://www.ibm.com/cloud/websphere-application-platform/ | |
Oracle GlassFish AS | 4.x | https://projects.eclipse.org/projects/ee4j.glassfish/ | |
Oracle WebLogic AS | 10.3.x (11g) 12.1.x (12cR1) 12.2.x (12cR2) | https://www.oracle.com/middleware/weblogic/ | |
RedHat JBoss AS | JBoss 6.x Community JBoss 7.x Community JBoss 6.x EAP JBoss 7.x EAP | http://jbossas.jboss.org QuartzDesk JVM Agent is not compatible with the following JBoss releases: JBoss 7.2.0 Community, JBoss 6.1.0 EAP. QuartzDesk Web Application is compatible with all of the specified JBoss releases. | |
WildFly AS | 8.x - 11.x | http://wildfly.org | |
Databases | DB2 | >= 10.1 | With IBM DB2 JDBC 4.0 driver available at http://www-01.ibm.com/software/data/db2/. |
H2 | >= 1.3.174 | We recommend using H2 for evaluation and/or experimental purposes only. We strongly discourage using H2 in production environments. | |
Microsoft SQL Server | >= 2008 R2 SP1 | With Microsoft JDBC driver 4.0 for SQL Server available at http://msdn.microsoft.com/en-us/sqlserver/aa937724.aspx. We strongly advise against using the alternative JTDS JDBC driver, because it currently does not support the datetime2 datatype. As a result, all datetime values written by the QuartzDesk application would end up rounded up, or down. For datetime data type rounding details, please refer to http://msdn.microsoft.com/en-us/library/ms187819.aspx. | |
MySQL | >= 5.6.4 | With Connector/J JDBC driver available at http://dev.mysql.com/downloads/connector/j/. The minimum version of 5.6.4 is required because this version introduces the DATETIME(n) type that allows for storing date-time values with millisecond precision. Older MySQL versions provide only the DATETIME type that discards fractional seconds. | |
Oracle | >= 10.2 (10g R2) | With thin Oracle JDBC driver available at http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html. | |
PostgreSQL | >= 9.1 | With JDBC4 PostgreSQL driver available at http://jdbc.postgresql.org/. | |
Web-browsers | Chrome | >= 10 | QuartzDesk relies on browser JavaScript support. Please make sure JavaScript is enabled and not blocked by third party anti-malware/anti-virus software. To achieve the optimal performance we strongly recommend using the latest stable browser version. |
FireFox | >= 3.6 | ||
Internet Explorer | >= 8 | ||
Opera | >= 11 | ||
Safari | >= 6 |