Eclipse and J2SE5

Hi All,

I have Eclipse Version: 3.2.1 and I downloaded the last version of Java (6.1). now When I'm trying to import static (the new feature of J2SE5 ) I get the following:

"Syntax error, static imports are only available if source level is 5.0"

Whay does it mean? Whay to do?

Thank u in advance

Eyal

[338 byte] By [Eyal2007a] at [2007-11-27 7:34:59]
# 1
Select project, right click.Properties/Java Compiler/Enable Project Specific Settings/Compiler compliance Level: 5.0And go and read the manual.
dcmintera at 2007-7-12 19:15:30 > top of Java-index,Java Essentials,New To Java...