Bitcoin Forum
June 23, 2024, 09:34:51 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / BitcoinJ / Re: Using BitcoinJ in .NET (C#) on: March 09, 2014, 12:54:09 AM
I can confirm that IKVM works, just compile the bundled jar using ikvmc (ikvm-7.2.4630.5), like so:

ikvmc -target:library bitcoinj-0.11-bundled.jar slf4j-nop-1.7.6.jar

this results in a .net library bitcoinj-0.11-bundled.dll

I had to include slf4j-nop-1.7.6.jar to prevent getting the following warning when running a simple WalletAppKit console app:

Code:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

during the compile IKVMC also warns about some missing org.apache.lucene classes, but the assembly still works.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!