Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Problem of importing when in initcommen.m

1 visualización (últimos 30 días)
Lanxin
Lanxin el 19 de Nov. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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

Respuestas (1)

Aditya Vutukuri
Aditya Vutukuri el 23 de Dic. de 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