You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ kscript
which: no javac in (./C:\jdk8u131-64/bin)
[ERROR] Could not locate 'C:\jdk8u131-64/bin/javac'
There is, of course, a javac in that directory.
After reading the source, I tried setting JAVAC_CMD, but that produced the same error.
So I unset JAVA_HOME & re-ran and then got
$ kscript
kscript - Enhanced scripting support for Kotlin on *nix-based systems.
Usage : kscript <scriptfile, script-url, - for stdin, some kotlin code> [<script_args>]*
Usage : kscript --clear-cache # wipe cached script jars and urls
Usage : kscript -i # interactive shell with DEPS as declared in script
Copyright : 2017 Holger Brandl
License : MIT
Version : v1.6.0
Website : https://github.com/holgerbrandl/kscript
md5sum: /dev/fd/63: No such file or directory
error: source file or directory not found: /cygdrive/c/Users/ngalarneau/.kscript/scriptarg_cache_.kts
[ERROR] compilation of '/cygdrive/c/Users/ngalarneau/.kscript/scriptarg_cache_.kts' failed
The text was updated successfully, but these errors were encountered:
The initial failure looked like:
There is, of course, a javac in that directory.
After reading the source, I tried setting JAVAC_CMD, but that produced the same error.
So I unset JAVA_HOME & re-ran and then got
The text was updated successfully, but these errors were encountered: