Hi,
I am trying to use bioformats with matlab to open .czi files.
I am using Matlab2016b and downloaded the latest version of bioformats for matlab on windows.
bioformats_package.jar is found
which bioformats_package.jar
C:\Codes\extra\bfmatlab\bioformats_package.jar
it is added to java paths:
javaclasspath
…
C:\Program Files\MATLAB\R2016b\java\jar\zh_CN\webintegration_res.jar
C:\Program Files\MATLAB\R2016b\java\jar\zh_CN\web_connectivity_res.jar
DYNAMIC JAVA PATH
C:\Codes\extra\bfmatlab\bioformats_package.jar
Yet, when I check it I don’t get anything:
[status,version]=bfCheckJavaPath()
status =
logical
0
version =
0×0 empty char array
I would be really greatful if someone could help me on this.
Thanks, j