<div dir="ltr">Of course, being a complete idiot, I forgot to include the Java version accordingly:<div>java 17 2021-09-14 LTS<br>Java(TM) SE Runtime Environment (build 17+35-LTS-2724)<br>Java HotSpot(TM) 64-Bit Server VM (build 17+35-LTS-2724, mixed mode, sharing)<br></div><div><br></div><div>Sorry about that.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 16, 2021 at 5:34 PM mortemeur <<a href="mailto:mortemeur@gmail.com">mortemeur@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>First of all, I assume this is my fault, but I do not know what I screwed up. I am sure I am accidentally leaving out important information, but if you ask me for it I would be happy to include it in a reply.</div><div><br></div><div>I am trying to learn about Common Lisp and decided to use ABCL on Windows 10, I ran into this error while going through Xach's tutorial (<a href="https://xach.livejournal.com/278047.html" target="_blank">https://xach.livejournal.com/278047.html</a>).</div><div><br></div><div>Specifically, I ran:</div><div><pre style="white-space:pre-wrap;font-family:monospace,monospace;font-size:16px;line-height:1.5em;color:rgb(36,47,51);letter-spacing:0.16px">(quickproject:make-project "~/src/lisp/<span style="font-weight:bolder">swatchblade</span>/"
                             :depends-on '(vecto hunchentoot))</pre></div><div><br></div><div>The error I received is:</div><div><br></div>Error while trying to load definition for system jna from<br>pathname jar:file:///C:/abcl/abcl-contrib.jar!/mvn/jna.asd:<br>   Java exception 'java.lang.reflect.InaccessibleObjectException: Unable to make public java.lang.String java.util.jar.JarFile$JarFileEntry.getName() accessible: module java.base does not "opens java.util.jar" to unnamed module @6baeb178'.<br>   [Condition of type ASDF/FIND-SYSTEM:LOAD-SYSTEM-DEFINITION-ERROR]<br><br>Restarts:<br> 0: [TRY-RECOMPILING] Recompile invoke and try loading it again<br> 1: [RETRY] Retry loading FASL for #<ASDF/LISP-ACTION:CL-SOURCE-FILE "jss" "base" "invoke">.<br> 2: [ACCEPT] Continue, treating loading FASL for #<ASDF/LISP-ACTION:CL-SOURCE-FILE "jss" "base" "invoke"> as having been successful.<br> 3: [RETRY] Retry #<ASDF/FIND-SYSTEM:DEFINE-OP > on #<ASDF/SYSTEM:UNDEFINED-SYSTEM "jna">.<br> 4: [ACCEPT] Continue, treating #<ASDF/FIND-SYSTEM:DEFINE-OP > on #<ASDF/SYSTEM:UNDEFINED-SYSTEM "jna"> as having been successful.<br> 5: [RETRY] Retry compiling #<ASDF/LISP-ACTION:CL-SOURCE-FILE "cffi" "src" "cffi-abcl">.<br> --more--<br><br>Backtrace:<br>  0: (#<FUNCTION {16BC9E4C}> #<ASDF/FIND-SYSTEM:LOAD-SYSTEM-DEFINITION-ERROR {73C52693}> #<FUNCTION {16BC9E4C}>)<br>  1: (APPLY #<FUNCTION {16BC9E4C}> (#<ASDF/FIND-SYSTEM:LOAD-SYSTEM-DEFINITION-ERROR {73C52693}> #<FUNCTION {16BC9E4C}>))<br>  2: (SYSTEM::RUN-HOOK SYSTEM::*INVOKE-DEBUGGER-HOOK* #<ASDF/FIND-SYSTEM:LOAD-SYSTEM-DEFINITION-ERROR {73C52693}> #<FUNCTION {16BC9E4C}>)<br>  3: (INVOKE-DEBUGGER #<ASDF/FIND-SYSTEM:LOAD-SYSTEM-DEFINITION-ERROR {73C52693}>)<br>  4: (ERROR ASDF/FIND-SYSTEM:LOAD-SYSTEM-DEFINITION-ERROR :NAME "jna" :PATHNAME #P"jar:file:///C:/abcl/abcl-contrib.jar!/mvn/jna.asd" ...)<br>  5: (#<FUNCTION {34FA17C0}> #<JAVA-EXCEPTION {64C63DA9}>)<br>  6: (SIGNAL #<JAVA-EXCEPTION {64C63DA9}>)<br>  7: org.armedbear.lisp.Lisp.error(Lisp.java:382)<br>  8: org.armedbear.lisp.Java.jcall(Java.java:946)<br>  9: org.armedbear.lisp.Java$pf_jcall.execute(Java.java:790)<br> 10: org.armedbear.lisp.Primitive.execute(Primitive.java:135)<br> 11: (JCALL #<java.lang.reflect.Method public void java.lang.reflect.Ac.... {4EBBA1A7}> #<java.lang.reflect.Method public java.lang.String java.uti.... {1410F75D}> #<java.lang.Boolean true {41EEBB03}>)<br> 12: (JSS::INVOKE-FIND-METHOD "getName" #<java.util.jar.JarFile$JarFileEntry META-INF/ {254EE0E9}> NIL)<br> 13: (JSS::GET-ALL-JAR-CLASSNAMES #P"c:/abcl/abcl.jar")<br> 14: (JSS:JAR-IMPORT #P"c:/abcl/abcl.jar")<br> 15: (JSS::DO-AUTO-IMPORTS)<br> 16: (#<FUNCTION (LAMBDA ()) {36EBDB7E}>)<br> 17: (FUNCALL #<FUNCTION (LAMBDA ()) {36EBDB7E}>)<br> 18: (SYSTEM:INIT-FASL :VERSION 43)<br> 19: (SYSTEM::%LOAD #P"C:/Users/morte/AppData/Local/cache/common-lisp/abcl-1.8.0-fasl43-win-x64/C/abcl/abcl-contrib.jar/jss/invoke.abcl" NIL NIL T :DEFAULT)<br> --more--<br></div>
</blockquote></div>