Hi, when I create a web project in windows Eclipse (3.4), I use jre6.
But in my tomcat server (linux), it s using jre5. Do I have to make the jre version to be the same for both platforms? Because if I package it in a war file in windows, the lib jar files are all in jre6 version. Then when I deploy this war file to the tomcat server, will it still work? Thanks >