12.10.2012, 16:11, "Mark Evenson" evenson@panix.com:
Agreed. There's an example of introspecting the java CLASSPATH in the code for loading ABCL-CONTRIB which I just have to clone and adopt. Unless someone beats me too it…
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.