Get Java Version

2005-08-10 Thread Robertson-Ravo, Neil (RX)
Is it possible to get the servers JVM Version using maybe the service factory? Reason I am asking as I am doing a little side project on a shared hosting environment and want to know what version it is using. I have dumped the service factory and server scope but it doesnt have the Java version

Re: Get Java Version

2005-08-10 Thread Barney Boisvert
You need to look at the system properties. Try cfdump var=#createObject(java, java.lang.System).getProperties()# / cheers, barneyb On 8/10/05, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Is it possible to get the servers JVM Version using maybe the service factory? Reason I am asking

Re: Get Java Version

2005-08-10 Thread HOFLee _
Is it possible to get the servers JVM Version Did you try ..? cfset sys = createObject(java, java.lang.System) cfoutput#sys.getProperty(java.version)#/cfoutput ~| Logware (www.logware.us): a new and convenient web-based