[Ikvm-developers] Drools library loading issues
Brought to you by:
jfrijters
|
From: Asif I. <ch...@ya...> - 2015-07-24 23:59:14
|
Hello,I have converted drools library to a single .Net dll called DroolsLibrary.dll. I am able to use most of drools functionality in release mode. But when i try to run my application in debug mode from Visual Studio, it takes forever to run and keeps printing these ClassNotFoundException error. Can someone please help in fixing this? It starts happening only when i execute the first line of code related to drools. A first chance exception of type 'java.lang.ClassNotFoundException' occurred in DroolsLibrary.dllA first chance exception of type 'System.IO.DirectoryNotFoundException' occurred in mscorlib.dllA first chance exception of type 'java.lang.ClassNotFoundException' occurred in IKVM.OpenJDK.Core.dllA first chance exception of type 'java.security.PrivilegedActionException' occurred in IKVM.OpenJDK.Core.dll Thanks, Asif Iqbal |