Skip to content

Instantly share code, notes, and snippets.

@stuartwakefield
Created November 15, 2015 16:46
Show Gist options
  • Save stuartwakefield/7799578f856668905c21 to your computer and use it in GitHub Desktop.
Save stuartwakefield/7799578f856668905c21 to your computer and use it in GitHub Desktop.
Creating a Java object in ColdFusion 8
<cfset test = CreateObject( "java", "my.custom.TestObject" ) />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment