Skip to content

Instantly share code, notes, and snippets.

@earl-ducaine
Created October 6, 2017 00:16
Show Gist options
  • Save earl-ducaine/4dbf9383ed485d44893dd5b43cef1b6d to your computer and use it in GitHub Desktop.
Save earl-ducaine/4dbf9383ed485d44893dd5b43cef1b6d to your computer and use it in GitHub Desktop.
(defvar *jni-lib-path*
#+:darwin-target "/System/Library/Frameworks/JavaVM.framework/JavaVM"
#+:win32-target "C:/Program Files/Java/jre6/bin/client/jvm.dll"
#+android-target "libdvm.so"
#-(or darwin-target win32-target android-target)
"need to define *jni-lib-path*"
"Set this to point to your jvm dll prior to calling create-jvm")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment