Last change
on this file since 13880 was
13880,
checked in by Mark Evenson, 10 years ago
|
Add a symbol understood by CL:REQUIRE which allows CFFI to load.
Use
CL-USER> (require 'jna)
to include the necessary JVM binary artifact (currently "jna.jar"
version 3.0.9) in the currently running JVM process.
|
File size:
280 bytes
|
Line | |
---|
1 | ;;;; -*- Mode: LISP -*- |
---|
2 | |
---|
3 | ;;;; Need to have jna.jar present for CFFI to have a chance of working. |
---|
4 | ;;; XXX jna-3.4.0 seems much more capable, but doesn't have a resolvable pom.xml from Maven central |
---|
5 | (require :asdf) |
---|
6 | (asdf:defsystem :jna :components ((:mvn "com.sun.jna/jna/3.0.9"))) |
---|
Note: See
TracBrowser
for help on using the repository browser.