Setting up Java Environment
조회 수: 3 (최근 30일)
이전 댓글 표시
could anyone help me, please. I would like to use the JA builder in R2010b version. First, I already set up JAVA_HOME with this path C:\Program Files\Java\jdk1.6.0_17
got this getenv JAVA_HOME
ans =
C:\Program Files\Java\jdk1.6.0_17
However,
>> java -version ??? Attempt to execute SCRIPT java as a function: C:\Program Files\MATLAB\R2010b\toolbox\matlab\general\java.m
does anyone know what could be the problem?
댓글 수: 0
답변 (1개)
Kaustubha Govind
2011년 4월 18일
I believe the right command is:
>> version -java
"java -version" can be executed a system command:
>> !java -version
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Call Java from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!