I have figured out the issue.
- two libraries
derbytools.jar
andderby.jar
have to be compiled via ikvmc to.dll
and add as reference - need to add NuGet package
IKVM.OpenJDK.Jdbc
,IKVM.OpenJDK.Core
andIKVM.OpenJDK.Management
- current code is
C#
derbytools.jar
and derby.jar
have to be compiled via ikvmc to .dll
and add as referenceIKVM.OpenJDK.Jdbc
, IKVM.OpenJDK.Core
and IKVM.OpenJDK.Management
C#