Is there an option to create a shared library for Java applications? #63
issue fatefree openend this issue on September 16, 2014-
fatefree commented at 10:26 pm on September 16, 2014: noneIt seems there used to be a make target to create a shared library for native use in Bitcoinj (make libjavasecp256k1.so) some time ago, but the latest repo seems to only create a static library. Is there a way to create a shared library that can be used for Java applications?
-
theuni commented at 6:49 am on September 17, 2014: contributor
@sipa It’s not included now, but I don’t know of any real blocker for it other than locating the jni headers. My only real experience with jni is Android… is there a “typical” way of locating jni headers other than what’s supported by your sdk/ndk/ide?
I’ll look into it tomorrow.
-
fatefree commented at 12:45 pm on September 17, 2014: noneI believe they are in JAVA_HOME/include and JAVA_HOME/include/linux or /win32. Thanks very much for your help!
-
fatefree commented at 6:43 pm on September 20, 2014: none
@theuni Is there any way to modify the original make target to work with the new library as a makeshift solution? Unfortunately I’ve been unable to do so myself, but I am also out of my depth here. Here is the original target:
libjavasecp256k1.so: $(OBJS) obj/secp256k1.o $(JAVA_FILES) $(CC) -fPIC -std=$(STD) $(CFLAGS) $(CFLAGS_EXTRA) -DNDEBUG -$(OPTLEVEL) -I. src/java/org_bitcoin_NativeSecp256k1.c $(LDFLAGS_EXTRA) $(OBJS) obj/secp256k1.o -shared -o libjavasecp256k1.so
-
sipa closed this on Nov 28, 2016
-
real-or-random referenced this in commit 9ecd8bf38a on May 31, 2019
This is a metadata mirror of the GitHub repository bitcoin-core/secp256k1. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-22 17:15 UTC
More mirrored repositories can be found on mirror.b10c.me