my6solutions

asp .net, the social web & other distractions

 

Running Apps

Disclaimer

I am in no way affiliated with Microsoft or Google. I am just another developer trying to make a difference. All opinions and observations are usually my own.

IKVM libraries

To use class libraries created by IKVM, you will need to additionally attach the following libraries

  • IKVM.OpenJDK.ClassLibrary.dll
  • IKVM.Runtime.dll
  • IKVM.Runtime.JNI.dll

Otherwise, you will encounter a strange issue where everything seems to go into an infinite loop. When debugging, the code will get 'stuck' when trying to call a class in the converted library.

When compiling your project, the compiler itself will not complain that the files  IKVM.Runtime.dll and IKVM.Runtime.JNI.dll is missing and required. This stumped me for a few frustrating hours. Hopefully, it might save someone else's time.

Bookmark and Share

Tags:
Categories: ASP .NET
Permalink | Comments (0) | Post RSSRSS comment feed