Internet‎ > ‎Google‎ > ‎Google Web Toolkit‎ > ‎

Implement GWT Canvas

Implement GWT Canvas in Eclipse.

Step 1: Download GWT Library From Google GWT Project

download the GWT Incubator Library File from GWT Incubator Project : 

Step 2: Open Eclipse Project
In eclipse create new project or open your existing project.

Step 3: Import Library file in Project
for include library file, goto project menu, then click project.
on left hand side list select, Java Build Path.


Click on Add External JARs... button


Select .jar file and location on your computer..

Step 4: Edit Module File

open projectName.gwt.xml file

add this line.
<inherits name='com.google.gwt.widgetideas.GWTCanvas'/>

Finish


Comments