On 12/1/2003 at 16:54, you wrote:
MTeF> Have you tried version 1.8 of the CFC?
MTeF> http://www.cfmentor.com/code/index.cfm?action="">
MTeF> I have the strong feeling you are still referring to an older
MTeF> version (1.2). Please try the latest one and, in case the issue
MTeF> persist, let us know what kind of errors are you getting
I was using the old version. Though I still get the following error
with v1.8:
/opt/coldfusionmx/runtime/jre/lib/i386/libawt.so: libXp.so.6: cannot
open shared object file: No such file or directory null <br>The error
occurred on line 224.
Code:
(The image and CFC are in the same directory as the calling code)
<cfscript>
objImageInfo=createObject("component","tmt_java_img");
thisImage="MJK.gif";
stImageInfo=objImageInfo.getDimensions(thisImage);
</cfscript>
<cfdump var="#stImageInfo#">
~ Ubqtous ~
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

