-
Notifications
You must be signed in to change notification settings - Fork 12
Workarounds
Andreas Justin edited this page Feb 25, 2020
·
15 revisions
-
MEPR is not initialized during Matlab
startup
. Try one of the following:- execute
at.mep.prefs.Settings.getProperty('path.mepr.rep')
, check both valuespath.mepr.rep
andpath.mepr.var
, if the return value looks weird, fix it in yourCustomProps.properties
file. [Install, Manual Installation] - type (in following order)
clear classes
,rehash path
andstartup
- try restarting Matlab
- execute
-
Matlab won't start after Installing MEP (static path)
- try adding
pause(10)
in startup.m
before starting MEP (#51) - make sure that
matconsolectl*.jar
is beforeMEP_*.jar
injavaclasspath.txt
and also if you typejavaclasspath
- try adding
>> javaclasspath
STATIC JAVA PATH
C:\Program Files\MATLAB\R2017b\java\patch
BLA BLA BLA
C:\Program Files\MATLAB\R2017b\java\jar\zh_CN\web_connectivity_res.jar
X:\Coding\MATLAB\MatlabEnvironment\MEP\matconsolectl-4.4.2.jar
E:\Coding\Intellij\MEP\out\artifacts\MEP_1_30\MEP_1.30.jar
DYNAMIC JAVA PATH
<empty>
>>
-
Matlab is freezing when debugging Custom Keypress Callbacks or Variables for LiveTemplates
- I strongly advise you not to debug these functions via keyboard command. Instead call it from command line. If you need access to
actionEvent
useassignin('base','actionEvent',actionEvent)
- I strongly advise you not to debug these functions via keyboard command. Instead call it from command line. If you need access to
-
BookmarksViewer is not showing up
- create a custom key press callback containing this line
at.mep.gui.bookmarks.BookmarksViewer.getInstance().showDialog()
- i know this sounds weird, but have you tried to press the combination and release CTRL and SHIFT first before releasing F2? (i don't know why it doesn't work the same way as for example ClipboardStack)
- create a custom key press callback containing this line
-
Unsupported major.minor version
more details here.
Contact: [email protected]