> java.lang.NoClassDefFoundError: > com/techtrader/modules/tools/bytecode/BCEntity
Looks like your classpath is still wrong as the above error means that the JVM can't find the class com.techtrader.modules.tools.bytecode.BCEntity. You should verify that that class is in the classpath and/or even exists. -Matt ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

