[Ikvm-developers] Get info from manifest
Brought to you by:
jfrijters
|
From: Mihaela T. <mih...@ya...> - 2012-09-25 08:34:26
|
Hello I included in my jar the manifest file with information about application version. There is a method which reads the version using MyClass.class.getPackage().getImplementationVersion(). When I call this method from a .Net application, the version is null. If I use a system class instead of my class, it works fine. Mihaela |