I have a .jar file that I placed in the directory D: \ Coldfusion8 \ wwwroot \ web-inf \ lib \. File: abcdef.jar
This is my first time, but not sure if the path should be in my createObject ().
<cfset abcObj = createObject("java","com.abcdef") /> <cfset result = acbObj.doStuff("123456") />
But when I run it, I get
Object Instantiation Exception. Class not found: com.vp4jo_b
What am I missing along the way?
java instantiation coldfusion
Gene r
source share