Setting up Java Environment

5 次查看(过去 30 天)
keenN
keenN 2011-4-18
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?

回答(1 个)

Kaustubha Govind
Kaustubha Govind 2011-4-18
I believe the right command is:
>> version -java
"java -version" can be executed a system command:
>> !java -version

类别

Help CenterFile Exchange 中查找有关 Java Package Integration 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by