Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Creating plugin from jar files
Creating plugin from jar files [message #989065] Tue, 04 December 2012 13:53 Go to next message
becks m is currently offline becks mFriend
Messages: 59
Registered: June 2012
Member
How to create an eclipse plugin to be dependencies for other plugin from some jar files. ?

and how to access the packages in these jars from other plugins ?
Re: Creating plugin from jar files [message #989438 is a reply to message #989065] Thu, 06 December 2012 09:07 Go to previous messageGo to next message
Sumit Singh is currently offline Sumit SinghFriend
Messages: 141
Registered: October 2012
Location: Bangalore
Senior Member

I think i'm not getting you fully but what i get is you want to create plugin from some jar file.

Create a new Plugin project by selection File-> New -> Project->Other...-> Plug-in Development -> "Plug-in from Existing JAR Archives"

http://www.vogella.com/articles/EclipseJarToPlugin/images/externaljars20.gif

Add the jars you want to have in this new plugin. Press next.
http://www.vogella.com/articles/EclipseJarToPlugin/images/externaljars25.gif

Maintain a name and a version for this plugin.
Using the new plug-in in your project
Re: Creating plugin from jar files [message #989485 is a reply to message #989438] Thu, 06 December 2012 12:57 Go to previous messageGo to next message
becks m is currently offline becks mFriend
Messages: 59
Registered: June 2012
Member
Yes, that's what I meant. Thanks.
but when I'm using this plugin in my project I get an error due to access privilege ?!
Re: Creating plugin from jar files [message #989943 is a reply to message #989485] Mon, 10 December 2012 07:47 Go to previous message
Sumit Singh is currently offline Sumit SinghFriend
Messages: 141
Registered: October 2012
Location: Bangalore
Senior Member

Your Welcome,

May be you can change your eclipse error/warning setting for that.
Previous Topic:RCP - CDT integration
Next Topic:Can't resize and remove title bar of a workbench window
Goto Forum:
  


Current Time: Fri Apr 19 23:38:39 GMT 2024

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

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

Back to the top