On 12 October 2012 15:53, Mark Evenson evenson@panix.com wrote:
On 10/12/12 2:46 PM, Anton Vodonosov wrote:
Just an idea: an alternative to instropsection of CLASSPATH can be attempt to access some JNA class, e.g. com.sun.jna.Native, and in case of ClassNotFound exception deduce JNA is not available.
Good idea! [Implemented in trunk][r14189]. [r14189]: http://trac.common-lisp.net/armedbear/changeset/14189
Heh, as far as I understand, we have used a similar approach for detecting the presence of JSR-223, although we do that at build-time.