I received an error (see the error below) when trying to upload an
image via the custom "ruleFeaturePhoto" rule provided by Brendan
Sisson. I found comments online that stated the installation of imageJ
would solve the problem. I've tried to install it a number of times,
but Farcry still does not recognize the install; thus, I must be doing
something wrong.

I've run the imageJ.exe file which installs a copy of the software in
the Programs directory on the server. I've then placed the "ij.jar"
file in the "jre\lib" directory in the imageJ application folder and
restarted the web server. This is not working for me. Any help would
be much appreciated. Thanks.


---- Error message ----

Object Instantiation Exception.
Class not found: ij.io.Opener

The error occurred in C:\farcry\farcry_core\packages\farcry\image.cfc:
line 40
Called from C:\farcry\farcry_core\packages\farcry\image.cfc: line 365
Called from C:\farcry\moebius\packages\types\_bsPhoto\edit.cfm: line
22
Called from C:\farcry\moebius\packages\types\bsPhoto.cfc: line 33
Called from Called from : line 1
Called from C:\farcry\farcry_core\admin\conjuror\invocation.cfm: line
115
Called from C:\farcry\farcry_core\packages\farcry\image.cfc: line 40
Called from C:\farcry\farcry_core\packages\farcry\image.cfc: line 365
Called from C:\farcry\moebius\packages\types\_bsPhoto\edit.cfm: line
22
Called from C:\farcry\moebius\packages\types\bsPhoto.cfc: line 33
Called from : line 1
Called from C:\farcry\farcry_core\admin\conjuror\invocation.cfm: line
115

38 :            <cfscript>
39 :                    imagePath = arguments.imagePath;
40 :                    imagePlus =
createObject("java","ij.io.Opener").openImage(imagePath);
41 :                    imageProcessor = imagePlus.getProcessor();
42 :                    imageType = this.getType();


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to