Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hellysmile/jni-python-boost

Jni Python Boost Example
https://github.com/hellysmile/jni-python-boost

Last synced: 29 days ago
JSON representation

Jni Python Boost Example

Awesome Lists containing this project

README

        

jni-python-boost
================

:info: Jni Python Boost Example

Usage
*****

Factorial Calculator written in Java with C++ JNI binding to Python via Boost::

make all

java Call 10
# 3628800

# export LD_LIBRARY_PATH=$(JDK)/Contents/Home/jre/lib/server/

./call 10 # standalone C++ binary
# 3628800

./call.py 10 # Python boost bindings
# 3628800

`Make file designed for MacOS X, can be easily adjusted to any Linux`