Hi all, I'm new on Google App Engine and relatively new on Eclipse-Indigo (I've been playing around with Android development for several months).
I successfully created and ran an online app engine sample project. I'm new to many of the Java classes involved, so I would like to have Javadoc for basically javax and jdo, but is not available in the SDK. I fight for that for hours (Eclipse is big and has many many options) and finally find a way to activate Javadoc on Eclipse, by changing the Javadoc path for servlet-api.jar and jdo2-api-2.3-eb.jar packages on the App Engine SDK node in my project. I've installed glassfish3 to get javadoc for servlet (path: file:/ Users/cristian/glassfish3/glassfish/docs/api/) I couldn't find the javadoc zip file for jdo 2.3, only jdo 2.2 or jdo 3, and find somewhere that location http://db.apache.org/jdo/api23/apidocs/, that works fine. Everything seems to work fine but, after each Eclipse restart, this 2 paths are forgotten and replaced by the default SDK paths. Please! someone can brought me some light on that? Which is the correct way to enable Javadoc for the packages that don't have documentation in the SDK? Thanks a lot!! Cristian -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
