Hi Blazej
I use ImageJ 1.47v [Java 1.6.0.24 64-bit] on Scientific Linux. I have overwritten the files. In the plugins is the loci_tools.jar (ca. 9.6 MB) and a folder OMERO.insight-ij-4.4.10-ice35-b112 with two subdirectories and an omero-ij.jar file.
After installation the are two sub-menus in the menu "Plugins": LOCI and OMERO. The WARNING is still the same: "WARNING The plugin requires loci_tools.jar. Download ...." .
I tried to open "Plugins> LOCI > Bio-Format Importer". That works. But if I open "Plugins>LOCI>LOCI Plugins Configuration" there are the following error messages on the console.
Frank
MERO client libraries not found. Please obtain omero-common.jar and omero-client.jar from
http://dev.loci.wisc.edu/svn/java/trunk/jar/loci.common.ReflectException: No such class: ome.system.ServiceFactory
at loci.common.ReflectedUniverse.exec(ReflectedUniverse.java:162)
at loci.ome.io.OMEUtils.createReflectedUniverse(OMEUtils.java:84)
at loci.ome.io.OMEUtils.<clinit>(OMEUtils.java:71)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at loci.plugins.config.LibraryEntry.<init>(LibraryEntry.java:98)
at loci.plugins.config.LibraryEntry.<init>(LibraryEntry.java:76)
at loci.plugins.config.ConfigWindow.run(ConfigWindow.java:429)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.NoClassDefFoundError: org/springframework/beans/BeansException
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
at loci.common.ReflectedUniverse.exec(ReflectedUniverse.java:158)
... 8 more
Caused by: java.lang.ClassNotFoundException: org.springframework.beans.BeansException
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
... 11 more