我如何找到正在使用哪个 Java 版本来执行我在 Bluemix 上的规则?

How do I find which Java version is being used to execute my rules on Bluemix?

我正在 Bluemix 上的业务规则服务上执行我的规则,想知道使用了哪个 Java 运行时版本。我如何找到这些信息?

如果我启用负载跟踪,例如通过使用 https://brsv2-instanceID.domain/DecisionService/run.jsp?path=/ruleApp/1.0/ruleset/1.0&trace=true

调用它,则此信息可用

(例如:https://brsv2-12345678.ng.bluemix.net/DecisionService/run.jsp?path=/myRuleApp/1.0/myRules/1.0&trace=true

我确保 JSON 的 infoSystemProperties 设置为 true。

请求执行后的跟踪包含 "systemProperties" element/entry,其中包含 Java 信息。

答案有更多关于追踪的信息。