Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » workbench vs debug
workbench vs debug [message #86598] Tue, 01 July 2003 17:27 Go to next message
Eclipse UserFriend
Originally posted by: bvarianlvr.aol.com

Today I decided to run my plugin through the debugger, in hopes of
identifying the ClassNotFoundException for org.jdom.JDOMException.

I always get that exception in the workbench when I load the plugin.

But running the plugin in the debug mode works beautifully.

Does anyone know why that is?

Thanks,
Jonathan
Re: workbench vs debug [message #88511 is a reply to message #86598] Thu, 03 July 2003 21:42 Go to previous message
Eclipse UserFriend
Originally posted by: John_Arthorne.oti.com_

Is the JDOM package in a separate plugin? If so, you need to specify
the export variable to ensure the JAR is exported to other plugins:

<library name="jdom.jar">
<export name="*"/>
</library>

This export is not checked in debug mode, which might account for the
difference in behaviour.
--


Jonathan wrote:
> Today I decided to run my plugin through the debugger, in hopes of
> identifying the ClassNotFoundException for org.jdom.JDOMException.
>
> I always get that exception in the workbench when I load the plugin.
>
> But running the plugin in the debug mode works beautifully.
>
> Does anyone know why that is?
>
> Thanks,
> Jonathan
>
>
>
Previous Topic:eclipse don't start
Next Topic:compile failing on static class v2.1.0
Goto Forum:
  


Current Time: Mon Jul 08 14:26:22 GMT 2024

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

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

Back to the top