Changes between Version 2 and Version 3 of asdf/cffi
- Timestamp:
- 01/04/11 11:11:34 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
asdf/cffi
v2 v3 1 1 CFFI patches for ABCL 2 2 3 3 http://slack.net/~evenson/abcl/cffi-abcl-20101231a.diff 4 4 … … 7 7 https://jna.dev.java.net/source/browse/*checkout*/jna/tags/3.2.7/jnalib/dist/jna.jar 8 8 9 which should be save locally, say at file://work/jna/lib/jna.jar. 9 10 11 Then build ABCL with the additional.jars property set 12 13 {{{ 14 ~/work/abcl$ ant -find build.xml -Dadditional.jars=../jna/lib/jna.jar 15 16 }}} 17 18 and the resulting 'abcl' or 'abcl.bat' script will be included in the CLASSPATH when ABCL starts. 19 20 For adding items dynamically to the classpath see [wiki:JAVA:ADD-TO-CLASSPATH].