http://imagej.273.s1.nabble.com/DICOM-Import-Export-tp5002871p5004291.html
Interesting. It seems that my suggestion does not work for vanilla ImageJ.
. Probably because Fiji
tries harder to make JAR libraries available.
very convenient.
> Hi Curtis,
>
> Thanks for your reply. I tried your suggestion and a different error window
> "Exception" came up with more errors:
>
> ImageJ 1.47v; Java 1.6.0_20 [64-bit]; Windows 7 6.1; 22MB of 6110MB (<1%)
>
> org.dcm4che.Implementation$ConfigurationError: class not found:
> org.dcm4cheri.dict.DictionaryFactoryImpl
> at org.dcm4che.Implementation.findFactory(Unknown Source)
> at org.dcm4che.dict.DictionaryFactory.getInstance(Unknown Source)
> at
> de.iftm.dcm4che.dcmie.imp.FileInfoPanel.setUp(FileInfoPanel.java:60)
> at
> de.iftm.dcm4che.dcmie.imp.DcmImportPanel.setUp(DcmImportPanel.java:77)
> at Dcm_Import.run(Dcm_Import.java:206)
> at ij.IJ.runUserPlugIn(IJ.java:195)
> at ij.IJ.runUserPlugIn(IJ.java:206)
> at ij.IJ.runPlugIn(IJ.java:160)
> at ij.Executer.runCommand(Executer.java:128)
> at ij.Executer.run(Executer.java:64)
> at java.lang.Thread.run(Thread.java:619)
> Caused by: java.lang.ClassNotFoundException:
> org.dcm4cheri.dict.DictionaryFactoryImpl
> 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 sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
> ... 11 more
>
> Then I tried to unzip dcmie in plugins as you suggested. Same issue
> happened.
>
> Did I miss anything in the process?
>
>
>
>
> --
> View this message in context:
>
http://imagej.1557.x6.nabble.com/DICOM-Import-Export-tp5002871p5004290.html> Sent from the ImageJ mailing list archive at Nabble.com.
>
> --
> ImageJ mailing list:
http://imagej.nih.gov/ij/list.html>