<br><br><div class="gmail_quote">On Thu, Dec 6, 2012 at 4:22 PM, Tim Nelson <span dir="ltr">&lt;<a href="mailto:tbnelson@gmail.com" target="_blank">tbnelson@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Thanks for the hint Danny. I didn&#39;t know about that function... but I&#39;m sorry to say that <div><br></div><div>&gt; (find-executable-path &quot;java.exe&quot;)</div><div>#f</div><div><br></div><div>whereas from cmd:</div>


<div>&gt; where java</div><div>C:\Windows\System32\java.exe</div><div><br></div><div>so the command line knows about it, and I can use it, but it is concealed from Racket, even via find-executable-path. That&#39;s probably a more concise statement of my problem!</div>

<span class="HOEnZb"><font color="#888888">
<div><br></div></font></span></blockquote><div><br></div><div>Ugh.  Ok, that was _supposed_ to work.</div><div><br></div><div>Out of curiosity, what happens if you add C:\Windows\System32 to your PATH?</div><div><br></div>

<div>(I know that&#39;s not the right solution, and it sounds like there&#39;s some Windows weirdness involved here.)</div></div>