deploytool

13 views (last 30 days)
Aldin
Aldin on 8 Mar 2012
I want to create a jar file in MATLAB. But i get this message:
'javac' is not recognized as an internal or external command, operable program or batch file. Error: An error occurred while shelling out to javac (error code = 1). Unable to build executable.
How to solve my problem. Maybe it's about environment variables.

Answers (1)

Chirag Gupta
Chirag Gupta on 8 Mar 2012
You need to have a java SDK installed. If you already have a JAVA SDK installed, you should check the JAVA_HOME environment variable.
You can also add the path to the jdk/bin folder containing JAVAC to your PATH environment variable
  2 Comments
Aldin
Aldin on 8 Mar 2012
I use NetBeans for coding in JAVA
Aldin
Aldin on 8 Mar 2012
java: jdk1.6.0_22
path: C:\Program Files\Java\jdk1.6.0_22\bin
right?

Sign in to comment.

Categories

Find more on Java Package Integration in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!