Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7930975
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T20:35:08+00:00 2026-06-03T20:35:08+00:00

Here is my problem – I get error pop up like – no XXX

  • 0

Here is my problem –
I get error pop up like – “no XXX in java.library.path” // Note: XXX is some .dll of API

Actually I am running .jnlp file; which starts java web start. Software installation instruction says install jre 32 bit in order to run. I use linux mint which is 64 bit & already have jre 64 which i use for other purpose.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T20:35:10+00:00Added an answer on June 3, 2026 at 8:35 pm

    If installation instructions say to install a 32-bit JRE to run the program, then that’s what you’ll have to do. A 32-bit native library won’t work with a 64-bit process (which a 64-bit JRE creates). 32-bit and 64-bit JRE can live side by side on the same computer – this should not be a problem.

    Don’t worry about the library path, Java web start will take care of it for you.

    You do need to specify the native libraries with <nativelib> tags, instead of regular <jar> tags in the JNLP file. Example for the LWJGL library:

      <resources>
        <jar href="lwjgl.jar"/>
        <jar href="lwjgl_util.jar"/>
      </resources>
    
      <!-- LWJGL Linux 64-bit native libraries -->
      <resources os="Linux" arch="amd64">
        <nativelib href="lwjgl-amd64-linux.jar"/>
      </resources>
      <resources os="Linux" arch="x86_64">
        <nativelib href="lwjgl-amd64-linux.jar"/>
      </resources>
    
      <!-- LWJGL Linux 32-bit native libraries -->
      <resources os="Linux" arch="x86">
        <nativelib href="lwjgl-x86-linux.jar"/>
      </resources>
      <resources os="Linux" arch="i386">
        <nativelib href="lwjgl-x86-linux.jar"/>
      </resources>
    
      <!-- LWJGL Windows 64-bit native libraries -->
      <resources os="Windows" arch="amd64">
        <nativelib href="lwjgl-amd64-win.jar"/>
      </resources>
      <resources os="Windows" arch="x86_64">
        <nativelib href="lwjgl-amd64-win.jar"/>
      </resources>
    
      <!-- LWJGL Windows 32-bit native libraries -->
      <resources os="Windows" arch="x86">
        <nativelib href="lwjgl-x86-win.jar"/>
      </resources>
      <resources os="Windows" arch="i386">
        <nativelib href="lwjgl-x86-win.jar"/>
      </resources>
    
      <!-- LWJGL MAC OS/X native libraries -->
      <resources os="Mac">
        <nativelib href="lwjgl-macosx.jar"/>
      </resources>
    

    In your case I suppose you only have 32-bit native libs, and perhaps not for many operating systems.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My problem here is that I would like to pass an object to a
Got a problem here on exiting onclick. The program uses shared preferences to get
here my problem, i'm using asp.net for my site, i get a list of
<div id=updatePlayerList> //some content </div> my code is like this <script> $('#updatePlayerList').fadeOut(1000); </script> Problem
The main problem here is to evaluate the user function at some point because
Maddening problem here. When my page loads: <body onload=getClientDateTime();> It runs this function: document.getElementById('ClientDateTime').value=hello
date here my problem: String datetime = 2012-03-24 23:20:51; I know that that string
Super weird problem here. I'm having trouble getting jQuery to bind any selectors except
What is the problem here? (Besides having redundant code). $.getJSON works as expected. However
I have a problem here. My Zend_Forms do not render in view script. Via

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.