Can I access the values defined in a java manifest from code?
Open the file with JarFile and then call getManifest() to get the Manifest. After that you can access the attributes appropriately.
getManifest()