As you know ColdFusion is based on Java. If we would like to have some more information about using the Java platform we can use the following code.
ColdFISH is developed by Jason Delmore. Source code and license information available at coldfish.riaforge.org
<cfset SysJVM = CreateObject("java", "java.lang.System").properties>
<cfoutput>
<cfloop collection="#SysJVM#" item="id">
<strong>#id#</strong>: #SysJVM[id]# <br />
</cfloop>
</cfoutput>
1<cfset SysJVM = CreateObject("java", "java.lang.System").properties>
2<cfoutput>
3 <cfloop collection="#SysJVM#" item="id">
4 <strong>#id#</strong>: #SysJVM[id]# <br />
5 </cfloop>
6</cfoutput>
This entry was posted on April 13, 2007 at 12:12 PM and has received 4276 views. There are currently 1 comments.
Print this entry.
#1 by wedding dress on 11/14/07 - 12:39 PM