<div dir="ltr">I try running (uiop/run-program:run-program '("where" "mvn.bat") :output :string)<div><br></div><div>On asdf 3.1.7, it returns the correct output.</div><div><br></div><div>With asdf 3.1.7.27 and 3.1.7.43. I get an error "Class not found: java.lang.UNIXProcess".</div><div>If I go to the top level, and try again, I get the correct result.</div><div><br></div><div>This is with: </div><div><div>C:\Users\977315>java -jar "c:\mv-program-files\abcl-bin-1.4.0\abcl.jar"</div><div>Armed Bear Common Lisp 1.4.0</div><div>Java 1.8.0_112 Oracle Corporation</div><div>Java HotSpot(TM) 64-Bit Server VM</div><div>Low-level initialization completed in 0.238 seconds.</div><div>Startup completed in 3.973 seconds.</div><div>Loading C:\Users\977315\.abclrc completed in 14.029 seconds.</div><div>Type ":help" for a list of available commands.</div><div>CL-USER(1):</div></div><div><br></div><div>The abclrc is minimal: load asdf and load quicklisp:</div><div><br></div><div><div>(eval-when (:compile-toplevel :load-toplevel :execute)</div><div>  (let ((file "asdf.3.1.7.43.lisp"))</div><div>    (load (merge-pathnames file</div><div><span class="Apple-tab-span" style="white-space:pre">                   </span>   (user-homedir-pathname)))))</div><div><br></div><div>(eval-when (:compile-toplevel :load-toplevel :execute)</div><div>  #-quicklisp</div><div>  (let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp"</div><div><span class="Apple-tab-span" style="white-space:pre">                                  </span> (user-homedir-pathname))))</div><div>    (if (probe-file quicklisp-init)</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>(load quicklisp-init)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>(error "Did not find ~a ... quicklisp not loaded" "~/quicklisp/setup.lisp"))))</div></div><div><br></div><div>I posted this on the ASDF mailing list, and Fare suggested this may be an ABCL-related</div><div>issue.</div><div><br></div><div>I hope all the problems I am having have one single root cause</div><div>- and that we discover it :-)</div></div>