The CreatorCon Call for Content is officially open! Get started here.

how we can know the JDK version of Service Now?

fayexhz
Kilo Contributor

Is there any where we can find the JDK version of our service now instance using?

4 REPLIES 4

Atul Kumar2
Giga Guru

Hi Faye,



I believe service now is not exposing the jdk version however you can try seeing the yourinstance/stats.do value in case if it helps.



Regards,


Atul Kumar


sergiu_panaite
ServiceNow Employee
ServiceNow Employee

In xmlstats.do you can see the java version used, like for example on my own test instance:



https://<yourinstance>.service-now.com/xmlstats.do



<system.java.version type="info">1.6.0_91</system.java.version>



Regards,


Sergiu


Hi Sergiu,



You are sneaking to the system by xml format Lol. great.!


Regards,


Atul Kumar


Thanks Sergiu & Atul!



Faye