> From: Horine Travis Contr AEDC/ATA > [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.5 failure to deploy javac 1.6 servlet > > Basically I have no idea how to cross-reference Signature > index 63 from the class file to whatever in the java source > code is causing it. Has anybody seen this kind of behavior > before?
Can't say I've seen it, but you should be able to use javap to dump the class file of interest, and at least identify what index 63 actually points to. You also might want to use -Xlint:all with javac to see if there are ny suspect constructs in the source code. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]