I'm working on a client-server app and received a
.jar file from my server side developer to integrate with my project.
Turns out the .jar was compiled with Java 1.7. The developer is
reluctant to build on 1.6 unless there is a "compelling reason". I need
to support back to the 2.3.3 release. I know I need to at least
upgrade my Eclipse environment for 1.7. What other things should I be
concerned about? What is your advice on the overall approach?
|