Platform MBean Server
Posted by: IKVM.NET Weblog,
on 01 Sep 2011 |
View original | Bookmarked: 0 time(s)
The release notes for IKVM.NET have always said "Not implemented" for java.lang.management
and javax.management. This was mostly due to the fact that I don't know very much
about this area of Java and it doesn't make a lot of sense to use Java management
tools when the equivalent .NET management tools are probably a better fit (at least
for VM level operations).
This week, prompted by a question on the ikvm-developers list, I decided to look into
improving...