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 #587628] Mon, 29 December 2008 12:05
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
Previous Topic:Build fails: Unable to find feature
Next Topic:Feature-Based Headless Product Build Problem
Goto Forum:
  


Current Time: Tue Mar 19 03:35:32 GMT 2024

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

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

Back to the top