soon we are moving from jdk14 and start using jdk16.Ours is desktop application. What measures I need to take to make sure it works correctly on clients machine? Right now some of them using JRE4 and some JRE6.Server- Solaris.
PD
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See this: Java SE 6 – Compatibility with previous versions, this document describes possible compatibility issues with Java 5 and Java 1.4 in detail.
You should be able to run your existing class files without recompiling (Java SE 6 is binary compatible with previous versions), but there may be a number of minor issues.
You might also have a number of minor issues when compiling your source code on JDK 6.