'javac' is not recognized as an internal or external command

前端 未结 8 645
独厮守ぢ
独厮守ぢ 2021-01-13 10:25

I have to convert my Matlab algorithm in Java. For this I\'m using matlab builder ja toolbox, after following all the necessary steps, the build fails and this error is disp

8条回答
  •  遥遥无期
    2021-01-13 10:42

    Set Following Environment Variables It will works

    JAVA_HOME=C:\Program Files\Java\jdk1.7.0_09
    set PATH=%JAVA_HOME%\bin
    

提交回复
热议问题