[ACFUG Discuss] CF8 Java Version

2008-03-28 Thread Thomas Nunn
Does anyone know what version of java that CF8 uses by default?

__
Larry Nunn
Senior Coldfusion Consultant
ATT Mobility
404-309-1724



-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] CF8 Java Version

2008-03-28 Thread John Mason
It's in your jvm.config file with also the parameters.
 
1.6.0_01 is the default that comes with CF 8
 

John Mason
[EMAIL PROTECTED]
770.337.8363

www.FusionLink.com - ColdFusion and Flex hosting
Now offering VPS Plans running with VMware technology
Now offering ColdFusion 8 Enterprise hosting
FREE Subversion hosting

This e-mail message and all attachments transmitted with it may contain
legally privileged and/or confidential information intended solely for the
use of the addressee(s). If the reader of this message is not the intended
recipient, you are hereby notified that any reading, dissemination,
distribution, copying, forwarding or other use of this message or its
attachments is strictly prohibited. If you have received this message in
error, please notify the sender immediately and delete this message and all
copies and backups thereof.


 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Nunn
Sent: Friday, March 28, 2008 11:44 AM
To: discussion@acfug.org
Subject: [ACFUG Discuss] CF8 Java Version


Does anyone know what version of java that CF8 uses by default?

__
Larry Nunn
Senior Coldfusion Consultant
ATT Mobility
404-309-1724 
- 
Annual Sponsor - Figleaf Software http://www.figleaf.com  

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 



-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] CF8 Java Version

2008-03-28 Thread Howard Fore
You can check it by doing:

cfset system = CreateObject(java, java.lang.System)
cfdump var=#system.getProperties()#

Look for java.runtime.version (mine says 1.6.0_01-b06).


Howard


On Fri, Mar 28, 2008 at 11:43 AM, Thomas Nunn [EMAIL PROTECTED] wrote:

 Does anyone know what version of java that CF8 uses by default?




-- 
Howard Fore, [EMAIL PROTECTED]
The universe tends toward maximum irony. Don't push it. - Jeff Atwood



-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-