UPDATE 2009-05-26: On ASP.NET you might get an ‘Unable to load ikvm-native’ error message. There are several ways to fix this: a) Add the ikvm-native.dll location to the PATH; b) Copy ikvm-native.dll to %windir%\system32; c) Add a ‘ikvm:java.library.path’ appSetting on web.config and set it’s value to the ikvm-native.dll location.
If you’re not familiar with Berkeley DB [...]