Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » ClassNotFound using Lotus Expeditor w/Google Apps API
ClassNotFound using Lotus Expeditor w/Google Apps API [message #65002] Wed, 17 June 2009 19:30 Go to next message
Eclipse UserFriend
Originally posted by: jochs.critical-masses.com

I have tested and run standard VM Google Apps code in Eclipse Ganymede.
When I try to insert the code into an event handler for a button on a
preference page in a plugin, though, I get a sever EventLoopException
telling me that the class was not found (Throwable occurred:
java.lang.NoClassDefFoundError:
com.google.gdata.client.docs.DocsService) I imagine this must be a build
path issue as I have the necessary jars in the project's Java Build Path
as external jar files. How do I correct or troubleshoot this issue?

Thanx in adv.
-Jake

[1]
http://code.google.com/apis/documents/docs/2.0/developers_gu ide_java.html
FIXED: Re: ClassNotFound using Lotus Expeditor w/Google Apps API [message #65094 is a reply to message #65002] Thu, 18 June 2009 13:11 Go to previous message
Eclipse UserFriend
Originally posted by: jochs.critical-masses.com

I put the dependecy jars in the project's /lib folder and named them on
the project's runtime classpath. I would have thought that having the
project dependency alone would have guaranteed the proper setup when
running... I wish I could find better documentation on this aspect of
Eclipse/PDE programming.
Jake Ochs wrote:
> I have tested and run standard VM Google Apps code in Eclipse Ganymede.
> When I try to insert the code into an event handler for a button on a
> preference page in a plugin, though, I get a sever EventLoopException
> telling me that the class was not found (Throwable occurred:
> java.lang.NoClassDefFoundError:
> com.google.gdata.client.docs.DocsService) I imagine this must be a build
> path issue as I have the necessary jars in the project's Java Build Path
> as external jar files. How do I correct or troubleshoot this issue?
>
> Thanx in adv.
> -Jake
>
> [1]
> http://code.google.com/apis/documents/docs/2.0/developers_gu ide_java.html
FIXED: Re: ClassNotFound using Lotus Expeditor w/Google Apps API [message #598407 is a reply to message #65002] Thu, 18 June 2009 13:11 Go to previous message
Eclipse UserFriend
Originally posted by: jochs.critical-masses.com

I put the dependecy jars in the project's /lib folder and named them on
the project's runtime classpath. I would have thought that having the
project dependency alone would have guaranteed the proper setup when
running... I wish I could find better documentation on this aspect of
Eclipse/PDE programming.
Jake Ochs wrote:
> I have tested and run standard VM Google Apps code in Eclipse Ganymede.
> When I try to insert the code into an event handler for a button on a
> preference page in a plugin, though, I get a sever EventLoopException
> telling me that the class was not found (Throwable occurred:
> java.lang.NoClassDefFoundError:
> com.google.gdata.client.docs.DocsService) I imagine this must be a build
> path issue as I have the necessary jars in the project's Java Build Path
> as external jar files. How do I correct or troubleshoot this issue?
>
> Thanx in adv.
> -Jake
>
> [1]
> http://code.google.com/apis/documents/docs/2.0/developers_gu ide_java.html
Previous Topic:JSSE provider in Eclipse (Expeditor) project
Next Topic:Filtering a fragment on criteria other than Eclipse-PlatformFilter settings
Goto Forum:
  


Current Time: Tue Apr 23 11:39:48 GMT 2024

Powered by FUDForum. Page generated in 0.03279 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top