Re: [Ikvm-developers] Drools library loading issues
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2015-07-26 06:17:56
|
Hi Asif, Unfortunately there's nothing to fix. This is just how it works. Java (ab)uses exceptions during class loading and the Visual Studio debugger is slow in processing these exceptions. Regards, Jeroen > -----Original Message----- > From: Asif Iqbal [mailto:ch...@ya...] > Sent: Saturday, July 25, 2015 1:56 > To: ikv...@li... > Subject: [Ikvm-developers] Drools library loading issues > > 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.dll A first chance exception of type > 'System.IO.DirectoryNotFoundException' occurred in mscorlib.dll A first > chance exception of type 'java.lang.ClassNotFoundException' occurred in > IKVM.OpenJDK.Core.dll A first chance exception of type > 'java.security.PrivilegedActionException' occurred in > IKVM.OpenJDK.Core.dll > > > Thanks, > Asif Iqbal |