[Ikvm-developers] How to fix memory leak issue when calling Java from .net?
Brought to you by:
jfrijters
|
From: Asif I. <ch...@ya...> - 2015-05-14 01:00:05
|
Hi, I have converted drools 6.2 to .net dll using ikvmc. Every thing is working fine but I have noticed that every time I reload an object the previous instance doesn't go away and it takes more time to reload. Does anyone know how to release or destroy the Java object in .net? Thanks, -Asif |