Re: [Ikvm-developers] Get info from manifest
Brought to you by:
jfrijters
|
From: Mihaela T. <mih...@ya...> - 2012-09-25 10:09:27
|
Thank you for the answer. I use ikvm 0.46.0.1 because these are the client requirements. Regards, Mihaela ________________________________ From: Jeroen Frijters <je...@su...> To: Mihaela Topa <mih...@ya...>; "ikv...@li..." <ikv...@li...> Sent: Tuesday, September 25, 2012 12:06 PM Subject: RE: [Ikvm-developers] Get info from manifest Hi, What version are you using? This was broken in 7.0, but should work in 7.1. Regards, Jeroen > -----Original Message----- > From: Mihaela Topa [mailto:mih...@ya...] > Sent: Tuesday, September 25, 2012 10:34 > To: ikv...@li... > Subject: [Ikvm-developers] Get info from manifest > > 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 |