On CFMX 6.0, you could enable an option to have them generated and left on disk. If you're running 6.0, upgrade to 6.1. On 6.1 you have to decompile the java bytecode. Turn on the option to save class files to disk in the CF admin, and then run one of the many java decompilers (I like 'jad') on the relevant class file to get back your java source.
It's entirely possible that doing that violates some rule or another in the CF EULA that you agreed to when you installed CF, but I doubt anyone's going to call you on it. cheers, barneyb On Thu, 14 Oct 2004 12:28:14 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Out of interest, how do you view the java classes created by the CF Server? > > Cheers -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com I currently have 4 GMail invites for the taking ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
