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

前端 未结 8 637
独厮守ぢ
独厮守ぢ 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:51

    If you want javac (the compiler), you'll need to download the Java Development Kit (JDK), not just the Java Runtime Environment (JRE). Note that the JDK includes a JRE.

    This tutorial give instructions to install JDK to your computer.

提交回复
热议问题