| The error occurred in /Applications/ColdFusion9/wwwroot/javaloader/JavaLoader.cfc: line 329 Called from /Applications/ColdFusion9/wwwroot/javaloader/JavaLoader.cfc: line 87 Called from /Applications/ColdFusion9/wwwroot/javaloader/example/loadHelloWorld/symbol.cfm: line 31 Called from /Applications/ColdFusion9/wwwroot/javaloader/JavaLoader.cfc: line 329 Called from /Applications/ColdFusion9/wwwroot/javaloader/JavaLoader.cfc: line 87 Called from /Applications/ColdFusion9/wwwroot/javaloader/example/loadHelloWorld/symbol.cfm: line 31 | |
327 : <cfargument name="class" hint="the java class to create the proxy with" type="any" required="Yes">
328 : <cfscript>
329 : return createObject("java", "coldfusion.runtime.java.JavaProxy").init(arguments.class);
330 : </cfscript>
331 : </cffunction> |
We would need to see the java code and the CF code that you're using to call it with to help you out.
We would need to see the java code and the CF code that you're using to call it with to help you out.
On May 24, 2011 11:15 PM, "JP Revel" <jp.r...@gmail.com> wrote: