my application requires Calendar functions to determine what day of
week a date is (etc.)
which I have implemented via Java.util.GregorianCalendar
(which is listed on Google App Engine JRE Class White List)
however I am not able to compile such programs in Eclipse GWT
I get error message: "java.util.GregorianCalendar can not be found in
source packages.
Check the inheritance chain from your
module"
might someone offer a clue as to why Eclipse GWT seems not to be able
to find the sounces
which are indeed in the GWK Compile JDK: "C\Program Files\Java
\jdk1.6.0_22\src\util\" directory
on my 64 bit Vista
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" 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-appengine-java?hl=en.