GoogleCloudPlatform / google-cloud-eclipse

Google Cloud Platform plugin for Eclipse
Apache License 2.0
86 stars 49 forks source link

Quickfix the APIs #1299

Open elharo opened 7 years ago

elharo commented 7 years ago

Suppose I paste in the following imports into a Java file in a project that doesn't already have the App Engine APIs jar attached:

import com.google.appengine.api.users.User; import com.google.appengine.api.users.UserService; import com.google.appengine.api.users.UserServiceFactory

Is there someway we could offer the user a quick fix that would attach the relevant jar to WEB-INF/lib? of course, we could do this for any packages we chose to support.

elharo commented 7 years ago

See http://stackoverflow.com/questions/10153784/provide-library-from-eclipse-plugin-to-workspace