tags:

views:

72

answers:

2

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?

+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
That's the plugin I have already installed.
day_trader
+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