Skip to content

Not compatible with matlab 2020a when installation inside the matlab software. #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tyePhDCandy opened this issue Jun 12, 2020 · 1 comment · May be fixed by #5
Open

Not compatible with matlab 2020a when installation inside the matlab software. #3

tyePhDCandy opened this issue Jun 12, 2020 · 1 comment · May be fixed by #5

Comments

@tyePhDCandy
Copy link

tyePhDCandy commented Jun 12, 2020

Not compatible with matlab 2020a when installation inside the matlab software.

error info is as follows.

Unrecognized method, property, or field 'JavaEditor' for class 'matlab.desktop.editor.RtcEditorDocument'.

Error in matlab.desktop.editor.Document/get.JavaEditor (line 836)
javaEditor = obj.Editor.JavaEditor;

Error in getWordAtCaretPosition (line 10)
caretPosition = activeEditor.JavaEditor.getCaretPosition;

Error in insertSnippet/initializeGUI (line 300)
wordAtCaretPosition = getWordAtCaretPosition();

Error in insertSnippet (line 51)
initializeGUI;

Error in MATLABSnippetsApp/startApp (line 84)
eval('insertSnippet');

Error in MATLABSnippetsApp (line 48)
startApp(obj)

Error in appinstall.internal.runapp>execute (line 116)
out = evalin('caller', [script ';']);

Error in appinstall.internal.runapp>runapp13a (line 95)
outobj = execute(fullfile(appinstalldir, [wrapperfile 'App.m']));

Error in appinstall.internal.runapp>preamble18b (line 60)
appobj = runapp13a(appinstalldir);

Error in appinstall.internal.runapp (line 13)
out = preamble18b(appinstalldir);

Error in matlab.apputil.run (line 45)
appinstall.internal.runapp(appName, appLocation);

@ztjona ztjona linked a pull request Feb 11, 2022 that will close this issue
@cuixing158
Copy link

#6 @trnkap error in R2022a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants