Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4072534

the System.loadLibrary method does not work if called from dynamicaly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 1.1.1
    • core-libs
    • None
    • x86
    • windows_95



      Name: sg39081 Date: 08/18/97


      Here is the step to create the problem:
      1/ Implement a NetworkClassLoader to download a class from a
        remote machine, e.g. call it "Remote.class"
      2/ The "Remote" class should call System.loadLibrary method to
        load a DLL file from another machine and also call a native
        function defined in the downloaded DLL file.
      3/ Run the NetworkClassLoader. The NetworkClassLoader should
        download the Remote class dynamically and also execute a
        method in Remote class which will download the DLL and call
        a native method defined in that DLL.

      The JVM will issue the following error message:
       java.lang.UnsatisfiedLinkerError: nativeFunction

      I also noticed that if I run Remote class locally, it can download
      the DLL from another machine and call "nativeFunction" correctly.

      I can provide all source code if necessary.

      Thanks for checking into this problem !

      company - IBM , email - ###@###.###
      ======================================================================

            apalanissunw Anand Palaniswamy (Inactive)
            sgoodsunw Sheri Good (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: