MATLAB deploytool → javadoc (error code = 1)

1 view (last 30 days)
hello people, sorry, I'm not very good with English, but I will try to express my problem best. I'm trying to deploy a java package with deploytool, I installed microsoft SDK requirements, I installed java:
_C: \ Users \ kevin> java -version java version "1.8.0_05" Java (TM) SE Runtime Environment (build 1.8.0_05-b13) Java HotSpot (TM) 64-Bit Server VM (build 25.5-b02, mixed mode)
C: \ Users \ kevin> javac -version javac 1.8.0_05_
I also also set environment variables C:\Program Files\Java\jdk1.8.0_05. and I have given in matlab mbuild -setup and have also verified his version of java and says this:
>>version -java
ans =
Java 1.6.0_17-b04 with Sun Microsystems Inc. Java HotSpot (TM) 64-Bit Server VM mixed mode
start working once deloytool ends with: 3 errors 8 warnings Error: An error occurred while shelling out to javadoc (Error code = 1). Unable to build executable. Please I appreciate the help.

Accepted Answer

William
William on 25 Aug 2014
Hi Kevin,
I have exactly the same error. Let me know if you find a solution to your problem.
William
  2 Comments
kevin jessid figueroa
kevin jessid figueroa on 1 Sep 2014
hi, I solved the problem by installing the compiled java on my computer version, the build process of deploytool worked great. I leave the link here in case anyone is presented with the same problem: http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html
julen lizarrondo
julen lizarrondo on 8 Apr 2015
Hello, I have the same problem! When I go to this link, what version of java I need to download? My computer is windows 8.1 (64bit)
Thank you! Now I have the version "compilación 1.8.0_40-b26)" of java.

Sign in to comment.

More Answers (0)

Categories

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

Community Treasure Hunt

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

Start Hunting!