>  Arguments
>    Program arguments: -out www
> eu.future.earth.gwt.MainDemoApp/MainDemoApp.html
>    VM arguments: -Xmx256m
>  Classpath: Following are the contents of my .classpath file
> **************
> <?xml version="1.0" encoding="UTF-8"?>
> <classpath>
>     <classpathentry kind="con"
> path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
>     <classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
>     <classpathentry kind="lib"
> path="E:/work/gwt-windows-1.4.62/gwt-dev-windows.jar"/>
>     <classpathentry kind="lib"
> path="E:/work/gwt-windows-1.4.62/gwt-user.jar"/>
>     <classpathentry kind="lib" path="E:/work/try5/lib/gwt-dnd-2.0.7.jar"/>
>     <classpathentry kind="lib"
> path="E:/work/try5/lib/ftr-gwt-library-date-0.9.5.jar"/>
>     <classpathentry kind="src" path="src"/>
>     <classpathentry kind="src" path="test"/>
>     <classpathentry kind="output" path="bin"/>
> </classpath>
> **************
>
> The Development shell gives the following error
> [ERROR] Unable to find type 'eu.future.earth.gwt.client.MainDemoApp'

ftr-gwt-library-date-0.9.5.jar contains the calendar widget itself, but
not the demo app. Just open up the jar file to see what's inside - you
should see the class you're trying to run (MainDemoApp) isn't there. You
may need to download the source and compile it.
http://code.google.com/p/ftr-gwt-library/source/checkout

Paul

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to