Mercurial > pub > dyncall > bindings
view java/jdc/README.txt @ 60:8e905c0798c7
- p2Z() helper func
- import fix for test code avoiding potential circular import
author | Tassilo Philipp |
---|---|
date | Wed, 03 Aug 2022 15:38:07 +0200 |
parents | 40a2c4198016 |
children |
line wrap: on
line source
BUILD ===== 1) make sure dyncall is built and libraries/headers are in include paths or CFLAGS points to them, etc. 2) Build with: make RUNNING EXAMPLES ================ For example, having build jdc, build and run UnixMathExample from this folder: javac -d . examples/UnixMathExample.java java -Djava.library.path=. UnixMathExample