gt; Change your "Java Compiler" settings for Compiler Compliance level for
> the project or workspace.
>
> --
> Stephen
>
>
> gp wrote:
>> My Eclipse is not recognixing formats like
>> the for loop structure
>> for (Query q : history)
>>
My Eclipse is not recognixing formats like
the for loop structure
for (Query q : history)
and things like
Vector history = session.getHistory();
(for < symbol it shows invalid assignment operator)
I am using eclipse with TomCat 5.5 and jdk1.5.0_09
I am very new to tomcat, please someone help
-