今天在ubuntu下面運行startup.sh文件,但是報錯了!!如下:The BASEDIR environment variable is not defined correctly This environment variable is needed to run this program!!
具體改正方案:把bin目錄下面的.sh文件加上權限就行了!!sudo chmod u+x *.sh;
然后就能運行了!!
今天在ubuntu下面運行startup.sh文件,但是報錯了!!如下:The BASEDIR environment variable is not defined correctly This environment variable is needed to run this program!!
具體改正方案:把bin目錄下面的.sh文件加上權限就行了!!sudo chmod u+x *.sh;
然后就能運行了!!