Re: Tomcat 5.5 failure to deploy javac 1.6 servlet

2007-03-14 Thread Reinhard Moosauer
Hi, does your tomcat instance really use JRE 1.6 ? You can easily check in the manager app. Anyway I would suggest to always use -source 1.4 -target 1.4 for older Classes, because you avoid all possible syntax problems. Other combinations of source/target could be tested if you suspect a javac

RE: Tomcat 5.5 failure to deploy javac 1.6 servlet

2007-03-13 Thread Caldarale, Charles R
> 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

Re: Tomcat 5.5 failure to deploy javac 1.6 servlet

2007-03-13 Thread Boris Unckel
Hello Travis, Horine Travis Contr AEDC/ATA wrote: Just recently upgraded our server to use tomcat 5.5 with JRE 1.6 (was tomcat 4.0 with JRE 1.3). We had several poorly written servlets that still manage to compile under both javac 1.3 and javac 1.6. When I compile them under javac 1.6 they no l