Re: Drools library loading issues

Jeroen Frijters <[email protected]> Sun, 26 Jul 2015 06:17:24 +0000
Newsgroups gmane.comp.java.ikvm.devel
Message-ID <[email protected]>
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:[email protected]]
> Sent: Saturday, July 25, 2015 1:56
> To: [email protected]
> 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
------------------------------------------------------------------------------