Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » plugin classpath problem
plugin classpath problem [message #72559] Thu, 12 June 2003 15:26 Go to next message
Eclipse UserFriend
I am writing a simple popup plugin to generate SUID for classes that
have implemented the serializable interface. But when I select a class
and right click to run my plugin, seems ObjectStreamClass.lookup(..)
throws a ClassNotFound exception. I am sure the class has implemented
the Serilizable interface and I got the full class name right. Anyone
has any ides how do I fix this? Should I fix the classpath of my
plugin in plugin.xml, or classpath of the runtime.

Another problem I have is that I want to enable the plugin only on
classes that have implemented the Serializable interface. How can I do
this?

I heard that WSAD 5.1 will have the SUID generator function as the one
added in VAJ 3.5 Anyone can confirm this.

Much thanks.

Bing
Re: plugin classpath problem [message #74711 is a reply to message #72559] Sun, 15 June 2003 08:23 Go to previous message
Eclipse UserFriend
Originally posted by: cecconae.ig.com.br

Hi, Bing Xu :

The answer to your first question is, you must fix your plugin
classpath in the plugin.xml. You must include all plugin dependencies
and/or
point all your plugin jars.

Bing Xu wrote:

> I am writing a simple popup plugin to generate SUID for classes that
> have implemented the serializable interface. But when I select a class
> and right click to run my plugin, seems ObjectStreamClass.lookup(..)
> throws a ClassNotFound exception. I am sure the class has implemented
> the Serilizable interface and I got the full class name right. Anyone
> has any ides how do I fix this? Should I fix the classpath of my
> plugin in plugin.xml, or classpath of the runtime.

> Another problem I have is that I want to enable the plugin only on
> classes that have implemented the Serializable interface. How can I do
> this?

> I heard that WSAD 5.1 will have the SUID generator function as the one
> added in VAJ 3.5 Anyone can confirm this.

> Much thanks.

> Bing
Previous Topic:Eclipse with Mac OS X 10.1.5
Next Topic:Any experience with MKS integration
Goto Forum:
  


Current Time: Thu Jul 17 21:51:37 EDT 2025

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

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

Back to the top