Skip to main content



      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 07:09 Go to next message
Eclipse UserFriend
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 07:15 Go to previous message
Eclipse UserFriend
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
>
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 May 02 05:08:49 EDT 2025

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

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

Back to the top