内部错误:找不到 SAX 插件

Posted

技术标签:

【中文标题】内部错误:找不到 SAX 插件【英文标题】:Internal Error: Failed to find SAX plugin 【发布时间】:2014-01-23 10:50:51 【问题描述】:

当我在 Eclipse 中执行程序时,我使用 deploytool 从 MATLAB 创建了 jar 文件,但出现此错误,谁能帮帮我..

Errors occurred while loading the Settings files. 
Details: C:\Program Files\MATLAB\R2013a\toolbox\matlab\matlab.settings  
Internal Error: Failed to find SAX plugin.
   C:\Users\ANILKU~1\AppData\Local\Temp\ANILKUMAR\mcrCache8.1\javatr0\.matlab\matlab.settings
Internal Error: Failed to find SAX plugin.

There is no Settings files associated with this product node: matlab.
The Settings files may be deleted after MATLAB started up.
Please restart MATLAB to fully solve this issue.

我使用了 MATLAB 创建的 java 和 jars 文件,所以请建议我任何解决方案

提前感谢您的建议..

【问题讨论】:

【参考方案1】:

问题原来是 Java 1.7 与 Matlab2013a 不兼容。记录的示例(例如计算 FFT)适用于 1.7,但 mexfiles 没有。 它可能适用于 java 1.6。 Have a Look at the compatibility of release 2013a

【讨论】:

以上是关于内部错误:找不到 SAX 插件的主要内容,如果未能解决你的问题,请参考以下文章