Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Problem of importing when in initcommen.m

1 回表示 (過去 30 日間)
Lanxin
Lanxin 2013 年 11 月 19 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Several days ago, I used MATLAB_R2010b on OSX10.8.5 to run DPARSF but got some errors, then I search about it on google and got a package "attachment_919688_11b_12a_2013-02-27". However, there is another error:
??? Error: File: initcommon.m Line: 27 Column: 8 Arguments to IMPORT must either end with ".*" or else specify a fully qualified class name: "com.mathworks.toolbox.distcomp.mjs.datastore.LargeDataInvoker" fails this test.
Error in ==> initclient at 14 initcommon();
Error in ==> distcomp.schema at 11 initclient;
Error in ==> parallel_function at 430 if W > 0 && PCTInstalled && distcomp.remoteparfor.tryRemoteParfor

回答 (1 件)

Aditya Vutukuri
Aditya Vutukuri 2013 年 12 月 23 日
This is due to java issue. Some jar files are not included in the classpath
Try >>rehash toolboxcache >>restoredefaultpath >>savepath

Community Treasure Hunt

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

Start Hunting!

Translated by