It's not unusual to compile your Java web application with JDK 7 and then deploying it on a platform that runs it on an earlier version of Java or for that matter, a later version.
Make sure that you compile your application with the same JDK version as that used by the platform that you deploy it on.
Make sure that you compile your application with the same JDK version as that used by the platform that you deploy it on.
No comments:
Post a Comment