<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Get UnsatisfiedLinkError when using System.LoadLibrary(..) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/get-unsatisfiedlinkerror-when-using-system-loadlibrary/m-p/2482401#M728262</link>
    <description>We get the following version info on our JVM.&lt;BR /&gt;&lt;BR /&gt;-&amp;gt;java -version&lt;BR /&gt;java version "1.2.2.04"&lt;BR /&gt;HotSpot VM (1.0.1fcs, mixed mode, PA2.0 build 1.2.2.04-00/04/14-PA_RISC2.0)&lt;BR /&gt;&lt;BR /&gt;Is it OK? &lt;BR /&gt;&lt;BR /&gt;Was your note referring to the HotSpot JVM or another one?  If you were referring to HotSpot can you tell us how to determine our build number.  If you weren't referring to HotSpot do you know the relevant build numbers for HotSpot?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Jan 2001 18:29:06 GMT</pubDate>
    <dc:creator>ILDUS HAKOV</dc:creator>
    <dc:date>2001-01-15T18:29:06Z</dc:date>
    <item>
      <title>Get UnsatisfiedLinkError when using System.LoadLibrary(..)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-unsatisfiedlinkerror-when-using-system-loadlibrary/m-p/2482399#M728260</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;We are using JNI calls to legacy C code from Java on NT4.0 and HP11. Both have java1.2.&lt;BR /&gt;When calling System.loadLibrary(ourlib)we get&lt;BR /&gt;"UnsatisfiedLinkError no ourlib in java.library.path".&lt;BR /&gt;Env. vars: $SHLIB_PATH,$PATH,$LPATH,$LD_LIBRARY_PATH and property java.library.path point to the path where ourlib is.&lt;BR /&gt;System.load(absolutepathandlibname)works fine. &lt;BR /&gt;This problem exists only on HP, on NT everything is OK.&lt;BR /&gt;&lt;BR /&gt;Any help appreciated,&lt;BR /&gt;Thank you in advance,&lt;BR /&gt;ILdus&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jan 2001 19:48:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-unsatisfiedlinkerror-when-using-system-loadlibrary/m-p/2482399#M728260</guid>
      <dc:creator>ILDUS HAKOV</dc:creator>
      <dc:date>2001-01-12T19:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Get UnsatisfiedLinkError when using System.LoadLibrary(..)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-unsatisfiedlinkerror-when-using-system-loadlibrary/m-p/2482400#M728261</link>
      <description>When you run a JNI application using the Java Virtual Machine in the SDK for&lt;BR /&gt;Java 2.x, you must use build 2435 or greater of the Java Virtual Machine. When&lt;BR /&gt;you run a JNI application using the Java Virtual Machine in the SDK for Java&lt;BR /&gt;3.x, you must use build 3158 or greater of the Java Virtual Machine.&lt;BR /&gt;&lt;BR /&gt;Berlene</description>
      <pubDate>Sun, 14 Jan 2001 14:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-unsatisfiedlinkerror-when-using-system-loadlibrary/m-p/2482400#M728261</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2001-01-14T14:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Get UnsatisfiedLinkError when using System.LoadLibrary(..)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-unsatisfiedlinkerror-when-using-system-loadlibrary/m-p/2482401#M728262</link>
      <description>We get the following version info on our JVM.&lt;BR /&gt;&lt;BR /&gt;-&amp;gt;java -version&lt;BR /&gt;java version "1.2.2.04"&lt;BR /&gt;HotSpot VM (1.0.1fcs, mixed mode, PA2.0 build 1.2.2.04-00/04/14-PA_RISC2.0)&lt;BR /&gt;&lt;BR /&gt;Is it OK? &lt;BR /&gt;&lt;BR /&gt;Was your note referring to the HotSpot JVM or another one?  If you were referring to HotSpot can you tell us how to determine our build number.  If you weren't referring to HotSpot do you know the relevant build numbers for HotSpot?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jan 2001 18:29:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-unsatisfiedlinkerror-when-using-system-loadlibrary/m-p/2482401#M728262</guid>
      <dc:creator>ILDUS HAKOV</dc:creator>
      <dc:date>2001-01-15T18:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Get UnsatisfiedLinkError when using System.LoadLibrary(..)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-unsatisfiedlinkerror-when-using-system-loadlibrary/m-p/2482402#M728263</link>
      <description>The problem was solved by adding a word lib to library name.&lt;BR /&gt;Before: jawsstand.sl&lt;BR /&gt;After: libjawsstand.sl&lt;BR /&gt;But the call to loadLibrary should have the name jawsstand:&lt;BR /&gt;System.loadLibrary("jawsstand");</description>
      <pubDate>Mon, 15 Jan 2001 21:47:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-unsatisfiedlinkerror-when-using-system-loadlibrary/m-p/2482402#M728263</guid>
      <dc:creator>ILDUS HAKOV</dc:creator>
      <dc:date>2001-01-15T21:47:58Z</dc:date>
    </item>
  </channel>
</rss>

