1

We are in the process of upgrading our project to JDK7 and I have a huge list of third party JARs (450+) being used. I can open each individual website and check if that version is compatible with JDK7 or not but wanted to check if there is a smarter and quicker way to verify this... like if there is a tool which can help, or a website...Any guidance will be appreciated.

217602
  • 7
  • 3
  • You should upgrade to JDK 8. JDK 7 is approaching end of support in April 2015 so you're just setting yourself up to repeat this pain... – Foosh Feb 17 '15 at 17:29
  • Some organization don't have frequent update cycles specially banking and financials one .One way would be get a machine install jdk7 .install maven to use jdk7 then in the project folder run mvn versions:display-dependency-updates that will tell all the jars which needs update.Given your project has maven – learningJava Feb 17 '15 at 17:51
  • Thanks for the comment Foosh! Can you pls tell me if there is any way I can verify my JARs for JDK 8 then? See, my thing is, in anyway, I need to verify the JAR compatibility before upgradation. – 217602 Feb 17 '15 at 17:54

0 Answers0