Why do I get a com.mathworks.html.BrowserCreationException error when running certain MATLAB commands on Linux?
Afficher commentaires plus anciens
I get a Java error such as the following every time I call 'uisetcolor', 'webmap', or any other commands that use the JxBrowser on my Linux machine. It always seems to be a "com.mathworks.html.BrowserCreationException" error. How can I fix this?
e.g.
>> uisetcolor
Error using matlab.ui.internal.dialog.WebColorChooser/show (line 74)
Java exception occurred:
com.mathworks.html.BrowserCreationException: com.mathworks.html.BrowserCreationException: com.teamdev.jxbrowser.chromium.internal.ipc.IPCException: IPC process
exited. Exit code: 127
at com.mathworks.mlwidgets.html.LightweightChromiumBrowserBuilder.buildBrowser(LightweightChromiumBrowserBuilder.java:52)
at com.mathworks.mlwidgets.html.LightweightBrowserBuilder.buildBrowser(LightweightBrowserBuilder.java:189)
Caused by: com.mathworks.html.BrowserCreationException: com.teamdev.jxbrowser.chromium.internal.ipc.IPCException: IPC process exited. Exit code: 127
at com.mathworks.html.jxbrowser.chromium.LightweightChromiumBrowser.<init>(LightweightChromiumBrowser.java:35)
at com.mathworks.mlwidgets.html.LightweightChromiumBrowserBuilder.buildBrowser(LightweightChromiumBrowserBuilder.java:40)
... 1 more
Caused by: com.teamdev.jxbrowser.chromium.internal.ipc.IPCException: IPC process exited. Exit code: 127
at com.teamdev.jxbrowser.chromium.internal.ipc.d.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
Error in uisetcolor_helper>showDialog (line 67)
ccDialog.show;
Error in uisetcolor_helper (line 12)
selectedColor = showDialog(ccDialog);
Error in uisetcolor (line 37)
selectedColor = uisetcolor_helper(varargin{:});
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!