Cfdump util disappears when I use linkedin-j with javaloader

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.

+3
source share
1 answer

(From the comments ...)

You can try installing loadColdFusionClassPath=truewhen to create an instance of javaLoader .

+3

All Articles