[Ikvm-developers] ikvm and MS SQL Server 2012
Brought to you by:
jfrijters
|
From: Ovidiu M. <mso...@ya...> - 2014-02-21 19:48:02
|
Hello everyone, I am trying to add MSSQL support for a java application and I need to add some user-defined functions to the server. They are already written in java7 and cross-compiled with IKVM as an assembly. Before adding my assembly the SQL server requires that dependencies must be added first one at a time. The problem I face is that the IKVM.Runtime.dll and IKVM.OpenJDK.Core.dll mutually depend on each other so they cannot be installed in the database independently. My question is: has anybody run java code within MS SQLSERVER 2012 ? Or, is there a possibility for building IKVM with at least the two above mentioned libraries as a single compile unit ? Thank you for any suggestion! |