Java compilation with two versions of Eclipse

Posted by lepnio on Stack Overflow See other posts from Stack Overflow or by lepnio
Published on 2010-04-29T18:17:09Z Indexed on 2010/04/29 18:27 UTC
Read the original article Hit count: 196

Filed under:
|
|

I've got an old project in Eclipse 2.1 and compiled with a JDK 1.4.2_12. I want to upgrade the version of Eclipse to Eclipse Galileo.

I've imported my project and set the compilation level to 1.4 and I've also updated my build path to use the correct JDK.

The problem is that when I compare the compiled files in the classes folder in the two versions of Eclipse, the MD5 checksum are different.

Should I be worried about that fact or this is normal?

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse