필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
Sunil
Sunil 2014년 5월 29일
편집: Sunil 2014년 5월 29일
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개)

카테고리

Help CenterFile Exchange에서 Call MATLAB from Java에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by