cyrillesaxo

Results 3 comments of cyrillesaxo

Answer for @udhayamgit you will get that exception when the path is too long on windows. Solution: you need to move the directory to a shorter directory. For example move...

set "APP_CLASSPATH=%APP_LIB_DIR%\..\conf;%APP_LIB_DIR%\*"

set "APP_CLASSPATH=%APP_LIB_DIR%\..\conf;%APP_LIB_DIR%\\*"