arnodelorme / mffmatlabio

MFF Matlab file importer and exporter
GNU General Public License v3.0
11 stars 15 forks source link

Class not found in Java classpath com.egi.services.mff.api.LocalMFFFactoryDelegate #37

Closed ftadel closed 2 years ago

ftadel commented 2 years ago

A user of Brainstorm reported this error: https://neuroimage.usc.edu/forums/t/brainstrom-encountered-an-error-while-importing-data/30625

Error in mff_importsignal.m
** Error: Line 50: Wrong use javaObject
** Class not found in Java classpath com.egi.services.mff.api.LocalMFFFactoryDelegate
**
** Call stack:
** >mff_importsignal.m at 50
** >mff_import.m at 85

Any suggestion?

arnodelorme commented 2 years ago

Hi Francois,

I think this is because this person has another plugin installed with an older version of the JAVA library. See below.

https://github.com/arnodelorme/mffmatlabio/issues/27

Let me know if this is not the case.