<br><br><div class="gmail_quote">On Thu, Dec 6, 2012 at 4:22 PM, Tim Nelson <span dir="ltr"><<a href="mailto:tbnelson@gmail.com" target="_blank">tbnelson@gmail.com</a>></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't know about that function... but I'm sorry to say that <div><br></div><div>> (find-executable-path "java.exe")</div><div>#f</div><div><br></div><div>whereas from cmd:</div>
<div>> 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'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's not the right solution, and it sounds like there's some Windows weirdness involved here.)</div></div>