This content has been marked as final.
Show 2 replies
-
1. Re: Bad version number in .class
maxandersen Apr 11, 2008 12:25 AM (in response to ronnie8080)Sounds like you have some compiler settings set different than your runtime.
e.g. compiler settings set to Java5 but running with Java 1.4 would cause this.
Look under your projects properties for compiler compliancee level. -
2. Re: Bad version number in .class
ronnie8080 Apr 11, 2008 11:17 AM (in response to ronnie8080)Hi Max,
Thank you for the reply and pointing me in the correct direction.
I checked my compiler settings as you suggested and confirmed that everything there was indeed pointing to 5.0. After that I also tried changing Project Facets - Java - to 5.0 from 6.0 and that helped.
Thanks again.
R