Why am I unable to start the Live Editor?

16 次查看(过去 30 天)
When I open a new live script or an existing one from the MATLAB Documentation, I see the warning that "The Live Editor is unable to run in the current system configuration". Sometimes, I also see the error below in the MATLAB Command Window. What can I do to configure the Live Editor properly?
Exception in thread "XPCOMMessageLoop" java.lang.UnsatisfiedLinkError: /usr/local/MATLAB/R2017b/sys/jxbrowser/glnxa64/xulrunner/xulrunner-linux-64/libxul.so: /usr/lib/libharfbuzz.so.0: undefined symbol: FT_Get_Var_Blend_Coordinates
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824)
at java.lang.Runtime.load0(Runtime.java:809)
at java.lang.System.load(System.java:1086)
at com.teamdev.jxbrowser.gecko.xpcom.impl.linux.LinuxMozillaToolkit.c(Unknown Source)
at com.teamdev.jxbrowser.gecko.xpcom.impl.linux.LinuxMozillaToolkit.a(Unknown Source)
at com.teamdev.jxbrowser.gecko.xpcom.MozillaToolkit.initialize(Unknown Source)
at com.teamdev.jxbrowser.gecko.xpcom.AppShellXPCOMThread$b.run(Unknown Source)

采纳的回答

MathWorks Support Team
In some cases, this warning and/or error can be an indication that there is an undefined symbol or missing library in your MATLAB installation. This can be due to a library incompatibility between the MATLAB application and libraries that could be a part of your operating system. This can often be resolved by setting aside MATLAB's version of the library.
Please follow the steps at the following MATLAB Answers Post to expose which library could be causing the issue.
For the above post, the symbol and library causing this issue were exposed using the "MATLABWindow" command. The steps to resolve the issue are the same.
If you do not see an error of this form or following these steps does not resolve the issue, please contact MathWorks Technical Support.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Install Products 的更多信息

产品


版本

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by