Installed Google App Engine 1.2.5
and Web Toolkit 1.7.1
. However I still get a red underline whenever I import gwt
and user any of it's classes like graphCanvas
. How do I take this underline away? What haven't I configured correctly?
views:
72answers:
2
+1
A:
Better way to use GWT on eclipse is to use the plugin provide by google
Red lines are due to GWT libraries missing from project classpath, either add it manually or use the above plugin
Thej
2009-11-23 13:23:53
That's the plugin I have already installed.
day_trader
2009-11-23 13:25:49
+1
A:
Hmmm, I might be missing something, but I can't find any class named graphCanvas or GraphCanvas inside the gwt 1.7.1 API? Are you sure graphCanvas is correct? Perhaps graphCanvas is included in a thirdparty jar outside gwt and you need to add that to your ecipse project's classpath?
Dave Paroulek
2009-11-23 14:41:42