Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » deployed plugin versus PDE runtime behavior of plugins...
deployed plugin versus PDE runtime behavior of plugins... [message #201500] Wed, 20 April 2005 17:42 Go to next message
Eclipse UserFriend
Originally posted by: fsauer.us.ibm.com

I'm running into the weirdest plugin issue I've ever encountered so far
while developing eclipse plugins. Here is the scenario - for the moment it
does not even matter what this plugin does:

a plugin is installed the usual way, and we start eclipse with a new
workspace. In this workspace, the plugin in question shows faulty behavior.
Now, use PDE to start a runtime workbench from the instance already running.
Try the same plugin in this runtime workbench, and voila.... it works
properly.........?????????? The workspace of the host has no plugin code in
it, so the exact same installed plugin is being used in the runtime
workbench. Yet it fails in the host, and works in the runtime. How can that
be? I tried both the run as application and run product. How do I even begin
to debug something like this (since it works in the runtime/debug workspace
but not when installed)? Any ideas welcome!



Thanks,



Frank
Re: deployed plugin versus PDE runtime behavior of plugins... [message #201944 is a reply to message #201500] Mon, 25 April 2005 13:08 Go to previous message
Tobias Widmer is currently offline Tobias WidmerFriend
Messages: 97
Registered: July 2009
Member
You need to be more specific here. Most of the time these problems are
caused by different class paths or by incorrect handling of URLs referring
to locations in the plugin folder.

Tobias

"Frank Sauer" <fsauer@us.ibm.com> wrote in message
news:d464ea$131$1@news.eclipse.org...
> I'm running into the weirdest plugin issue I've ever encountered so far
> while developing eclipse plugins. Here is the scenario - for the moment it
> does not even matter what this plugin does:
>
> a plugin is installed the usual way, and we start eclipse with a new
> workspace. In this workspace, the plugin in question shows faulty
> behavior.
> Now, use PDE to start a runtime workbench from the instance already
> running.
> Try the same plugin in this runtime workbench, and voila.... it works
> properly.........?????????? The workspace of the host has no plugin code
> in
> it, so the exact same installed plugin is being used in the runtime
> workbench. Yet it fails in the host, and works in the runtime. How can
> that
> be? I tried both the run as application and run product. How do I even
> begin
> to debug something like this (since it works in the runtime/debug
> workspace
> but not when installed)? Any ideas welcome!
>
>
>
> Thanks,
>
>
>
> Frank
>
>
>
Previous Topic:TextViewer (jface) like the java editor
Next Topic:JavaDoc for override methods, since M6 they don't get created
Goto Forum:
  


Current Time: Mon Nov 11 08:40:27 GMT 2024

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

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

Back to the top