kotlin-interactive-shell icon indicating copy to clipboard operation
kotlin-interactive-shell copied to clipboard

"Error: Unable to access jarfile" on Windows for Ki 0.3.2

Open utybo opened this issue 3 years ago • 2 comments

Despite #61 being closed, I can still repro this on Windows.

In CMD:

> ki.bat
Error: Unable to access jarfile (path\to\ki\on\my\system)ki\bin\\..\lib\ki-shell-*.jar

In PowerShell:

> .\ki.bat
Error: Unable to access jarfile C:\Users\matth\Apps\ki\bin\\..\lib\ki-shell-*.jar

Versions:

  • Windows 10 21H1 (19043.1023)
  • OpenJDK 16 (AdoptOpenJDK)
  • Ki 0.3.2

utybo avatar Jun 03 '21 08:06 utybo

Can confirm, hardcoding the ki-shell version number worked for me in cmd

johnjacobkenny avatar Jul 17 '21 16:07 johnjacobkenny

But when I am executing anything, I am getting an error

image

johnjacobkenny avatar Jul 18 '21 03:07 johnjacobkenny