Hi Robert. The new Cloud Tools for Eclipse doesn't automatically add the App Engine jars. But it's easily done:
Right click on the project and select Properties… Switch to the Java Build Path and select the Libraries tab Click Add Library… and select App Engine Libraries Select App Engine API That should resolve com.google <http://com.google/>.appengine.api.* references. We'll add this to the conversion doc. Sorry! Brian. > On 5-Jun-2017, at 8:36 PM, Robert Dyas <[email protected]> wrote: > > I just upgraded from the Eclipse plugin to Cloud Tools for Eclipse and now my > project is a mess. > > I did this: https://cloud.google.com/eclipse/docs/converting > > I now have a ton of bad imports... for example I have ton of > com.google.appengine.api.datastore references that are now broken. > > What is the best way to get them back? I don't even see a place to download a > JAR for it. > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/google-appengine > <https://groups.google.com/group/google-appengine>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/282643c0-70c8-4d98-b05d-35b130a55ac4%40googlegroups.com > > <https://groups.google.com/d/msgid/google-appengine/282643c0-70c8-4d98-b05d-35b130a55ac4%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/BACB754A-5C25-41EE-B372-861E80185633%40gmail.com. For more options, visit https://groups.google.com/d/optout.
