Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to read my plugin dependency libraries
How to read my plugin dependency libraries [message #38662] Mon, 29 December 2008 12:05 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 #38784 is a reply to message #38662] Mon, 29 December 2008 14:29 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

Please DO NOT post the same question to all the newsgroups. Pick what
you think is the most appropriate group and ask only there; if it the
wrong place, someone will point you in the right direction.


On 12/29/2008 7:05 AM, 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
>
Re: How to read my plugin dependency libraries [message #587666 is a reply to message #38662] Mon, 29 December 2008 14:29 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
Please DO NOT post the same question to all the newsgroups. Pick what
you think is the most appropriate group and ask only there; if it the
wrong place, someone will point you in the right direction.


On 12/29/2008 7:05 AM, 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
>
Previous Topic:Feature-Based Headless Product Build Problem
Next Topic:Dependency between eclipse plugins?
Goto Forum:
  


Current Time: Thu Apr 25 23:28:29 GMT 2024

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

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

Back to the top