error package using java ?

1 view (last 30 days)
Oman Wisni
Oman Wisni on 13 Jan 2019
Commented: Oman Wisni on 13 Jan 2019
Hi, Im trying to package my function using MATLAB Compiler Java Package, But I get error like this ?
ant:
<ant>
<mkdir dir="C:\Users\user\Desktop\latihanku\makesqr\for_redistribution" />
<mkdir dir="C:\Users\user\Desktop\latihanku\makesqr\for_testing" />
<mkdir dir="C:\Users\user\Desktop\latihanku\makesqr\for_redistribution_files_only" />
</ant>
mcc -W 'java:makesqr,Class1' -T link:lib -d C:\Users\user\Desktop\latihanku\makesqr\for_testing class{Class1:C:\Users\user\Desktop\latihanku\makesqr.m}
[Warning: Adding path "C:\Users\user\Desktop\latihanku" to Compiler path
instance.]
'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 (specify the -v option for more information).
Could anyone help me please, why I got an error like this ?
versi java my MATLAB :
Java 1.7.0_60-b19 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
And my java version is 1.7.0_80
  1 Comment
Oman Wisni
Oman Wisni on 13 Jan 2019
have been done. I fixed this problem..

Sign in to comment.

Answers (0)

Categories

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

Products


Release

R2015b

Community Treasure Hunt

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

Start Hunting!