Thank you ... I appreciate your posting. I will do that. I've been
muddling by with various snippets here and there, but it's ultimately
failing to do what I need, so your suggestion sounds sensible.
On Jul 14, 5:18 pm, Roland Schweitzer <
roland.schweit...@gmail.com>
wrote:
> I just ran into this problem myself.
>
> Here's the uncaught exception that gets thrown when you try to login or
> deploy to App Engine:
>
> !ENTRY org.eclipse.ui 4 0 2011-07-14 10:40:51.555
> !MESSAGE Unhandled event loop exception
> !STACK 0
> java.lang.LinkageError: loader constraint violation: when resolving method
> "com.google.gdt.eclipse.login.LoginCallbackServer.addServlet(Ljava/lang/Str ing;Ljavax/servlet/Servlet;)V"
> the class loader (instance of
> org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) of the current
> class, com/google/gdt/eclipse/login/LoginCallbackServer, and the class
> loader (instance of
> org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) for resolved
> class, com/google/gdt/eclipse/login/LoginCallbackServer, have different
> Class objects for the type javax/servlet/Servlet used in the signature
> at
> com.google.gdt.eclipse.login.LoginCallbackServer.<init>(LoginCallbackServer .java:137)
> at com.google.gdt.eclipse.login.GoogleLogin.logIn(GoogleLogin.java:403)
> at
> com.google.appengine.eclipse.core.deploy.ui.DeployProjectHandler.execute(De ployProjectHandler.java:51)
> at
> com.google.appengine.eclipse.core.deploy.ui.DeployProjectAction.run(DeployP rojectAction.java:13)