On 24/08/2016 09:45, D, Dwarakesh wrote: > Hello Team, > > I am getting the below error while trying to run one of the application built > and running on java1.8. In order to support below tomcat version and java8, > do I need to upgrade any jars of Tomcat later version?
Yes, you need to update Tomcat. 7.0.27 predates the addition of Java 7 support that includes support for method handles (which is what constant 15 represents). You should update to the latest 7.0.x release. Mark > Please let me know. > > Below are the details: > > Java version --> jdk1.8.0_45 > Tomcat Version--> tomcat-7.0.27 > Error while deploying the application--> > org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag > in constant pool: 15 > > Thanks, > Dwarak > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org