2 Replies Latest reply on May 26, 2010 12:07 PM by dherla

    Problem with native code : UnsatisfiedLinkError

    dherla

      I try to deploy an third party jar in FUSE ESB 4.2.

      I have create an osgi bundle and I have defined the following element in the manifest file :

      Bundle-NativeCode: dmcl40.dll;osname=Windows XP;processor=x86

      The dmcl40.dll is present in the root of the bundle.

      When i deploy the bundle, there is active without any error in log file.

       

      But when i try to use this, i receive the following error :

      java.lang.UnsatisfiedLinkError: no dmcl40 in java.library.path

           at com.documentum.fc.connector.DfConnection.(DfConnection.java:64)

           at com.documentum.fc.client.DfClientSupport.getConnection(DfClientSupport.java:642)

           at com....

       

      Any Idea ?

       

      Thanks in advance

       

      Dimitri