CMAK
CMAK copied to clipboard
long input string in cmak.bat
Windows 10. When try execute cmak.bat there is a error: Imput string too long. Command sintax error.
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%\*;"