posted 19 years ago
Hi Osita,
You might consider storing the information inside your packages and retrieve them at runtime. More exactly you might store the next information inside of the manifest.mf file(s):
Next you can use the java.lang.Package class in order to get all these information at runtime. This class has specific methods like getName, getImplementationTitle, getSpecificationTitle, etc.
Regards.
I think, therefore I exist -- Rene Descartes