java.awt.Font in JDK 1.5.0

Hi everybody!

Ive just update to jdk1.5.0 and recompiled my project. With jdk 1.4.03 everything works properly, but now, i get this error:

cannot access java.awt.Font,bad class file: C:\Archivos de programa\Java\j2re1.5.0\lib\rt.jar\java\awt\Font.class,class file has wrong version 49.0, should be 48.0,Please remove or make sure it appears in the correct subdirectory of the classpath. at line 3, column 17.

Does someone know why?

Thanks a lot

[489 byte] By [nardo12] at [2007-9-30 4:22:35]
# 1
You appear to be using a 1.4.x program on a file belonging to 1.5. Check your path variable, it's probably the cause.
ChuckBing at 2007-7-1 12:48:40 > top of Java-index,Administration Tools,Sun Connection...
# 2
Yes, I think so as well. Greetings from Spain!!.
jmatee at 2007-7-1 12:48:40 > top of Java-index,Administration Tools,Sun Connection...
# 3
Its an IDE problem. JBuilder doenn t support this last jdk version.Thanks everybody for your responses!
nardo12 at 2007-7-1 12:48:40 > top of Java-index,Administration Tools,Sun Connection...