Matlab Builder JA error

3 views (last 30 days)
sarah
sarah on 5 Aug 2011
I am using Matlab Builder JA for deployment of my code in java. I have jdk installed and I have added java_home in system path as describe in Matlab Builder JA help. But when I entered command !java-version It gives the error java is not recognized as internal or external command, operable program or batch file. Now how can I resolve this error?

Answers (1)

Andreas Goser
Andreas Goser on 5 Aug 2011
Can you verify?
!java-verion
That would be a system command I a not aware of. Do you intend to run
java -version
in MATLAB?
  1 Comment
sarah
sarah on 6 Aug 2011
Yes I have used
java-version
also but it gives same error.

Sign in to comment.

Categories

Find more on Introduction to Installation and Licensing 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!