Open elharo opened 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.
See http://stackoverflow.com/questions/10153784/provide-library-from-eclipse-plugin-to-workspace
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.