Dan - You shouldn't move the JavaLoader .jar files around, they should stay in the way they were originally downloaded in.
Mark On 9/14/07, Kris Jones <[EMAIL PROTECTED]> wrote: > Did the java classpath on the machine change? > > > 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... > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288426 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

