Skip to content

Instantly share code, notes, and snippets.

@Zoramite
Created May 25, 2011 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zoramite/991410 to your computer and use it in GitHub Desktop.
Save Zoramite/991410 to your computer and use it in GitHub Desktop.
JavaLoader can't convert [java.lang.Double] to [int[]] example
<cfscript>
paths = [];
paths[1] = expandPath("./tagsoup-1.2.jar");
loader = createObject("component", "javaloader/JavaLoader").init(paths);
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment