Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Problem of importing when in initcommen.m

1 visualizzazione (ultimi 30 giorni)
Lanxin
Lanxin il 19 Nov 2013
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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

Risposte (1)

Aditya Vutukuri
Aditya Vutukuri il 23 Dic 2013
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