필터 지우기
필터 지우기

Matlab 2016a live editor doesn't work!

조회 수: 3 (최근 30일)
Jim Jim
Jim Jim 2016년 4월 25일
댓글: Walter Roberson 2017년 1월 23일
When I open live editor with matlab2016a there is an error encountered.
Exception in thread "AWT-EventQueue-0" org.apache.commons.lang.NotImplementedException: Code is not implemented
I tried with Java jdk1.70 but it still doesn't work. How can I fix it?
  댓글 수: 1
Amit Mahajan
Amit Mahajan 2016년 4월 25일
Hi Jim Jim,
A couple of questions:
  1. Does the issue occur for the first time you create a Live Script (i.e. If you launch/create a second Live Script file, does it occur)?
  2. Would you run the following code in MATLAB "connector.ensureServiceOn" and try creating a Live Script file?
  3. Could you add the full java exception to the thread?
  4. What platform are you running MATLAB R2016a on?

댓글을 달려면 로그인하십시오.

답변 (1개)

Louis
Louis 2017년 1월 22일
I have the same problem in R2016b on my Windows 7 SP1 PC. I ran the following command per your instruction and had the results shown below.
>> connector.ensureServiceOn
ans =
struct with fields:
url: 'http://AAG0J6UPC0C8ZA7.us.parker.corp:31415/'
protocol: 'http'
host: 'AAG0J6UPC0C8ZA7.us.parker.corp'
port: '31415'
internalport: '31415'
When I click Home->New->Live Script menu, a black window opens with a cursor spinning forever, refer to the screenshot in the attachment. Please help ASAP.
  댓글 수: 1
Walter Roberson
Walter Roberson 2017년 1월 23일
Are you getting the Java exception? If so it would help if you could post all of that.

댓글을 달려면 로그인하십시오.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by