Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hellysmile/jni-python-boost
- Owner: hellysmile
- Created: 2015-06-21T07:49:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-21T12:05:25.000Z (over 9 years ago)
- Last Synced: 2024-11-25T13:13:20.734Z (about 2 months ago)
- Language: Makefile
- Size: 137 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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`