0

Actually i did not faced this problem now.But have a doubt.

I compiled my code using java 1.6 and i deployed that in tomcat server ,in that java is configured of version 1.6.Then i changed the java version to 1.7 or to some other latest version.

Then is there any problem with .class files which are created using 1.6 compiler.

If any problems happen.How i can overcome those problems?

Thanks in advance..

PSR
  • 38,073
  • 36
  • 106
  • 149
  • I got this doubt after looking into this site http://www.cubrid.org/blog/textyle/290468 – PSR May 10 '13 at 12:09

2 Answers2

1

Most probably No.

But Yes in some cases,Tomcat may counter the issues about Incompatibilities between JDK 7 and JDK 6

http://www.oracle.com/technetwork/java/javase/compatibility-417013.html#jdk7

Suresh Atta
  • 118,038
  • 37
  • 189
  • 297
0

This may be helpful for you :

http://www.tomcatexpert.com/blog/2013/01/31/java-6-end-life-impact-apache-tomcat-users

Shinichi Kai
  • 4,305
  • 2
  • 20
  • 25