Created
November 13, 2021 01:24
-
-
Save trycf/237bab4cd6bb625f9933599d6aa53867 to your computer and use it in GitHub Desktop.
TryCF Gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfscript> | |
system = createObject( "java", "java.lang.System" ); | |
writeDump( system.getProperty("java.version") ); | |
</cfscript> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment