I have just downloaded the latest eclipse version 3.0.1 and I also have the latest jdk1.5... and I've been encountering quite a number of problems.
Eclipse it seems cannot understand the new language features.
I have been trying to do a little bit of coding about the foreach loop construct (new to jdk1.5) and well eclipse always says syntax error.
Is there anyway the syntax checker be updated to support java1.5 new language features?
and it won't run...
I did try doing that code on notepad so that syntax is not yet checked during that time and used the command line to execute my code and well that one worked.. so I guess the problem is eclipse itself..
Is there some available patches for these? I don't know how to look for them... Even jbuilder has some problems with the jdk1.5 version... I don't know what to do.
I can't see myself doing notepad and the command line all the time...
P.S.
How does eclipse process java source files anyway?





Reply With Quote