Oh man I'm missing something here..

I'm using the javaclass loader to load a meta-data reader for some jpegs.
It seems no matter where I put the .jar for the class loader I get the
following exception: 

message: com.compoundtheory.classloader.NetworkClassLoader 
type: java.lang.ClassNotFoundException 

I am trying to do it like this page describes:
http://www.leavethatthingalone.com/blog/index.cfm/2006/5/16/Using-ColdFusion
-to-Read-EXIF-Information-from-JPEGs

the line throwing the exception:
networkClassLoaderClass =
getServerURLClassLoader().loadClass("com.compoundtheory.classloader.NetworkC
lassLoader");


I have the classloader-20070406174551.jar in the same directory as the
script.  Whats really wierd is this was working and stopped!  I'm banging my
head against the desk on this one...


Suggestions welcomed..

Dan


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288371
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to