RE: Tomcat7 jsp compilation error with java1.8

2016-08-03 Thread D, Dwarakesh
Users List Subject: RE: Tomcat7 jsp compilation error with java1.8 Thank you. Can you let me know the process how to upgrade to ecj-4.4.2.jar so that I can use and run with the same Java8(with tomcat 7.0.27) without changing the java version to 7. Thanks, Dwarak -Original Message- From

RE: Tomcat7 jsp compilation error with java1.8

2016-08-03 Thread D, Dwarakesh
, August 04, 2016 12:23 AM To: Tomcat Users List Subject: Re: Tomcat7 jsp compilation error with java1.8 The problem is with java8 support in ECJ, not tomcat directly. You need at least JDT 4.4 in order to have full java8 support in my experiences. I just tested with 7.0.27 built from sources and

Re: Tomcat7 jsp compilation error with java1.8

2016-08-03 Thread Coty Sutherland
dnesday, August 03, 2016 10:58 AM > To: users@tomcat.apache.org > Subject: Re: Tomcat7 jsp compilation error with java1.8 > > On 3 August 2016 08:39:34 GMT-07:00, "D, Dwarakesh" > wrote: >>Dear Tomcat Support, >> >>I have compiled and build one of our

RE: Tomcat7 jsp compilation error with java1.8

2016-08-03 Thread D, Dwarakesh
Running on Java 1.8.0_45. Thanks, Dwarak From: Mark Thomas [ma...@apache.org] Sent: Wednesday, August 03, 2016 10:58 AM To: users@tomcat.apache.org Subject: Re: Tomcat7 jsp compilation error with java1.8 On 3 August 2016 08:39:34 GMT-07:00, "D, Dwar

Re: Tomcat7 jsp compilation error with java1.8

2016-08-03 Thread Mark Thomas
On 3 August 2016 08:39:34 GMT-07:00, "D, Dwarakesh" wrote: >Dear Tomcat Support, > >I have compiled and build one of our application using java 1.8.0_45. I >have deployed the war file in tomcat-7.0.27 Running on what version of Java? Mark > and am getting the below >exception. >Is this error