How do I invoke a java code in a different java environment?

I have the below version in Matlab.
version -java
ans = Java 1.6.0_12-b04 with Sun Microsystems Inc. Java HotSpot™ Client VM mixed mode
However, getenv('MATLAB_JAVA') is not returning me empty result. >> getenv('MATLAB_JAVA')
ans =
''
Couple of questions.
1. How do I run a java program in a different java version(1.7.0_60), other than the current java version(1.6.0_12-b04)? Note, I don't want to change the java path of matlab permanently to 1.7.0_60 .
2. From where is the current java(1.6.0_12-b04) picked by matlab?
Thanks a lot!
Sunil Kumar

답변 (0개)

카테고리

도움말 센터File Exchange에서 Call Java from MATLAB에 대해 자세히 알아보기

태그

질문:

2014년 5월 29일

편집:

2014년 5월 29일

Community Treasure Hunt

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

Start Hunting!

Translated by