-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
If I unpack the downloaded ki package, add the bin
folder to the PATH
and try to start it with ki.bat
in cmd.exe or PowerShell, I get the following error:
C:\>ki.bat
Error: Unable to access jarfile C:\path\to\ki\bin\\..\lib\ki-shell-*.jar
If I change the the .bat
file so that it includes a concrete path instead of a pattern, it works:
@echo off
set SCRIPT_PATH=%~dp0
set KI_SHELL=%SCRIPT_PATH%\..\lib\ki-shell-0.3.2.jar
java -jar %KI_SHELL% %*
rnett, evowizz and sergey-morenets
Metadata
Metadata
Assignees
Labels
No labels