Passing FileName to loadedDataSet erroer occurs..

Issue #178 invalid
PratikGondil created an issue

After passing file name

DataSet loadedDataSet = CodecFactory.load("Dicom.dcm");

it shows the below error.

java.lang.UnsatisfiedLinkError: No implementation found for long com.imebra.imebraJNI.CodecFactory_load__SWIG_2(java.lang.String, long) (tried Java_com_imebra_imebraJNI_CodecFactory_1load_1_1SWIG_12 and Java_com_imebra_imebraJNI_CodecFactory_1load_1_1SWIG_12__Ljava_lang_String_2J)

Comments (2)

  1. PratikGondil reporter

    Hi, Sorry for distrubing you.i am successfully load all the steps but it gives me this exception.

    java.lang.RuntimeException: Unable to start activity ComponentInfo{dicom.droid.example/dicom.droid.example.ReaderExample}: java.lang.IllegalArgumentException: [static std::shared_ptr<imebra::implementation::codecs::codec> imebra::implementation::codecs::codecFactory::getCodec(const string&)] Please help me for this.

  2. Log in to comment