Re: eclipse + gwt + getting started = Syntax error, annotations are only available if source level is 1.5

2012-05-13 Thread Sani Yusuf
I Have this same problem after i reinstalled windows on my pc. Please someone help On Monday, 20 July 2009 10:36:05 UTC+1, mem wrote: > > Good afternoon all. I am new to GWT and java developing itself. > I have created a java application I wish to turn into an AJAX app via > the magic of GWT.

Re: eclipse + gwt + getting started = Syntax error, annotations are only available if source level is 1.5

2009-07-21 Thread Rajeev Dayal
Do you see any errors in the Problems view? I think you need to set your source level to 1.5+. Go to Preferences->Java->Compiler and set your source level to at least 1.5. Post back here if that doesn't help. On Mon, Jul 20, 2009 at 9:36 AM, mem wrote: > > Good afternoon all. I am new to GWT an

eclipse + gwt + getting started = Syntax error, annotations are only available if source level is 1.5

2009-07-20 Thread mem
Good afternoon all. I am new to GWT and java developing itself. I have created a java application I wish to turn into an AJAX app via the magic of GWT. Versions: Eclipse SDK 3.4.2 gwt-windows-1.7.0 jdk1.6.0_14 Followed this: http://code.google.com/webtoolkit/gettingstarted.html and the non-ecli