Hi, I'm trying to use several Java libraries that, I believe, are conflicting with some of the default libraries that come with CF9. Specifically, I'm trying to load the smack.jar library from Jive Software (for interacting with an Openfire server.) I've tried two different methods for loading these - the 'standard' way of adding my local /libs folder to CF's classpath in the administrator, and the JavaLoader way of loading them at runtime. In both cases, I can get to the point where things seem to load without error, but when I use the library, I get this error:
class "org.jivesoftware.smack.MessageListener"'s signer information does not match signer information of other classes in the same package (java.lang.SecurityException) I'm afraid I only know enough Java to get into trouble, so I'm not quite sure where to start on this one. The main Java objects I'm using on this project are being developed by my client, so I do have flexibility to rearrange libraries and mess with the overall codebase and builds, but I'm not sure what to tell those devs to try. :) Thanks for any assistance on this. - Ken ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332637 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

