Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » deploy plugin questions
deploy plugin questions [message #265463] Wed, 04 August 2004 19:07 Go to next message
Eclipse UserFriend
Originally posted by: benson.cheng.viacore.net

I created a plugin and unzip it to the plugins directory, after I
re-start the eclipse and start using that plugin, I got
NoClassDefFoundError, then I realized I didn't include one of the
referened jar in the <rumtime> section of the plugin.xml. After I fixed
the problem, build a new zip and unzip it to the plugins directory
again, but I am still getting the same error. I tried removed the
entire workspace but the error still shows up. I finally removed and
reinstall the eclipse, and re-deploy my plugin and everything is working
now.

My questions are:
1) Is Eclipse store a cache information of the plugin.xml?
2) What's the best way to re-deploy the existing plugin to avoid these
kind of problem.

Thanks,
Benson.
Re: deploy plugin questions [message #265474 is a reply to message #265463] Thu, 05 August 2004 02:11 Go to previous message
Eclipse UserFriend
Benson Cheng schrieb:

> 1) Is Eclipse store a cache information of the plugin.xml?

Yes.

> 2) What's the best way to re-deploy the existing plugin to avoid these
> kind of problem.

Either increment the version number, or start Eclipse with the "-clean"
option to throw away the cache contents.

Ciao, Michael.
Previous Topic:Cannot see Heap Usage graph when running profiler
Next Topic:Perspective: IProgressConstants PROGRESS_VIEW_ID
Goto Forum:
  


Current Time: Thu Jul 17 03:15:11 EDT 2025

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

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

Back to the top