View categories
JDK 7u101 now available
Change effective on 01 May 2016
Heroku’s support for Java now includes OpenJDK 7u101. To set this version for an application, create a system.properties
file in the root directory of your project and put the following code in it:
java.runtime.version=1.7.0_101
For more information on Heroku’s Java support, see the Dev Center documentation for Java. For more information on OpenJDK8u92, see the OpenJDK documentation for Java 7.