在tools\lib下的find_java.bat中找到这一行
find /i "x86" > NUL && set arch_ext=32 || set arch_ext=64
然后删除空格
delete the blank between "arch_ext=32" and "||", like "arch_ext=32||", reopen the cmd, and all
tools will work fine.
在tools\lib下的find_java.bat中找到这一行
find /i "x86" > NUL && set arch_ext=32 || set arch_ext=64
然后删除空格
delete the blank between "arch_ext=32" and "||", like "arch_ext=32||", reopen the cmd, and all
tools will work fine.