I create an application using the linked Java and JavaLoader library, and I find that whenever I drop it to the server with ColdFusion 9.0.1, I start getting the following error:
coldfusion.util.DumpHelper
(java.lang.ClassNotFoundException)
I am not doing anything crazy in the library. I narrowed it down by calling the following code:
var l_user = api_client.getProfileForCurrentUser();
api_clientis an instance of an object in linkin-j . I donβt know much Java, but I donβt see anything there that should break ColdFusion utilities.
When testing, this does not happen when using Railo.
source
share