Hi Ananda, After downloading the GWT Incubator JAR, you need to add it to your project classpath in Eclipse so it can be resolved. There are a number of different ways to do this, the simplest would probably be through the Eclipse Project Properties menu:
1) Right-click on your project, select 'Properties' 2) From the menu, select 'Java Build Path' and click on the 'Libraries' tab 3) Click on Add External JARs and browse to the gwt-incubator.jar file to add it to the classpath. You'll have to update the classpaths for any run configurations or scripts you have defined to invoke the GWT compiler or the GWT hosted mode shell to include the gwt-incubator.jar. In your project module XML, you'll need to include an <inherits> tag pointing to the DatePicker.gwt.xml so that the GWT compiler and GWT shell know which other modules are included to your GWT project. <inherits name="com.google.gwt.widgetideas.DatePicker"/> >From this point on, you should be able to include DatePicker code in your project, like the sample code posted in the example linked above. Hope that helps, -Sumit Chandel On Sun, Sep 28, 2008 at 7:23 PM, Ananda Rao < [EMAIL PROTECTED]> wrote: > > Hi, > > i need your help...please > > i want to create a date picker .but dont know how. > > 1) i have download the gwt-incubator.jar but dont know how to add this > to my existing project in the eclips. > 2) > http://code.google.com/p/google-web-toolkit-incubator/wiki/MakingIncubatorBetter > . i have read this insrtuction but did not get anything. > 3) i have downloade a sample code from the below link > > http://code.google.com/docreader/#p=google-web-toolkit-incubator&s=google-web-toolkit-incubator&t=DatePicker > but dont know how to execut this. > > an any one tell me how to run this code... > > Thanks > Anand > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
