Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » how to read my plugin dependency libraries
how to read my plugin dependency libraries [message #333726] Mon, 29 December 2008 12:09 Go to next message
Debasis Mishra is currently offline Debasis MishraFriend
Messages: 36
Registered: July 2009
Member
Hi All,
I am having a common problem of reading the reference libraries.
Examle --
1)I am having a plugin project named as -com.example1
2)I am having another plugin -com.example2
3)Plugin-com.example2 is dependent on plugin-com.example1
4)i have added c.jar to the com.example1 plugin an the build path
3)plugin-com.example1 has exported some packages of the c.jar
in manifest.mf files
4)Plugin-com.example2 has imported those packages in manifest
file.



How to get all the class names resides in that package in the
plugin-com.example2 programmatically to load the class through reflection
class.forname(packagename.classname).because i want to access all the
methods of those classes.

Thanks in advance

Regards
Debasis
Re: how to read my plugin dependency libraries [message #333727 is a reply to message #333726] Mon, 29 December 2008 12:15 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
Debasis,

Please don't cross post the same question to multiple newsgroups. This
question was already addressed in the newscomer newsgroup before you
posted it here too...


Debasis Mishra wrote:
> Hi All,
> I am having a common problem of reading the reference libraries.
> Examle --
> 1)I am having a plugin project named as -com.example1
> 2)I am having another plugin -com.example2
> 3)Plugin-com.example2 is dependent on plugin-com.example1
> 4)i have added c.jar to the com.example1 plugin an the build
> path
> 3)plugin-com.example1 has exported some packages of the
> c.jar in manifest.mf files
> 4)Plugin-com.example2 has imported those packages in
> manifest file.
>
>
>
> How to get all the class names resides in that package in the
> plugin-com.example2 programmatically to load the class through
> reflection class.forname(packagename.classname).because i want to
> access all the methods of those classes.
>
> Thanks in advance
>
> Regards
> Debasis
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Check out the complete source code package for Eclipse Platform by SVN
Next Topic:Resource Change Listener via XML?
Goto Forum:
  


Current Time: Fri Apr 26 13:23:52 GMT 2024

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

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

Back to the top