简体   繁体   English

OpenShift和Restheart

[英]OpenShift and Restheart

I have to use Restheart APIs in an OpenShift application. 我必须在OpenShift应用程序中使用Restheart API I tried to execute restheart.jar as suggested in the installation and use guide, but it produced an error, due to the difference between the installed java version (openjdk 7) and the required one (oracle java 8). 我尝试按照安装和使用指南中的建议执行restheart.jar,但是由于安装的Java版本(openjdk 7)与所需版本(oracle java 8)之间的差异,它产生了错误。 Is there any trick to get Restheart APIs working in an OpenShift app? 是否有任何技巧可以使Restheart API在OpenShift应用程序中工作?

OpenShift does not support JDK 8 but that doesn't mean you can't run Java 8 applications. OpenShift不支持JDK 8,但这并不意味着您不能运行Java 8应用程序。

You can use a DIY cartridge and install your own JDK version. 您可以使用DIY墨盒并安装自己的JDK版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM