How to use a different version of JRE on application run on Bluemix Liberty -


by default jre 8 used ibm bluemix liberty. possible use different version of jre run applications ?

use jbp_config_ibmjdk environment variable specify alternative version of ibm jre. example, use ibm jre 7.1 set following environment variable:

$ cf set-env myapp jbp_config_ibmjdk "version: 1.7.+"


Popular posts from this blog

php - How should I create my API for mobile applications (Needs Authentication) -

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -

Apache NiFi ExecuteScript: Groovy script to replace Json values via a mapping file -