Hello All,
So i have a java class that i want to call from a coldfusion page. The only problem is that my java class requires a newer version on log4j than what is currently used with coldfusion (mx 7). Is there a way i can get my class to only use the one i provide? or can i maybe temporarily load the newer log4j while i call my class file?
Thanks