CMAK icon indicating copy to clipboard operation
CMAK copied to clipboard

long input string in cmak.bat

Open soulilya opened this issue 3 years ago • 1 comments

Windows 10. When try execute cmak.bat there is a error: Imput string too long. Command sintax error.

soulilya avatar Nov 04 '21 10:11 soulilya

I too faced the same issue. But solved it by commenting existing APP_CLASSPATH line in bin/cmak.bat file which is very lengthy causing the issue and instead of that, add below: set "APP_CLASSPATH=%APP_CLASSPATH%;%APP_LIB_DIR%\*;"

skaluva avatar Dec 06 '21 06:12 skaluva