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

  • Home
  • SEARCH
  • 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 9146995
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T10:52:51+00:00 2026-06-17T10:52:51+00:00

I have NetBeans project from tutorial which causes exception: Exception in thread main java.lang.UnsatisfiedLinkError:

  • 0

I have NetBeans project from tutorial which causes exception:

Exception in thread “main” java.lang.UnsatisfiedLinkError: Unable to load library ‘simpleDLL’: The specified module could not be found.

Tried to put simpleDLL.dll in project libraries, copied file in system32 folder with no success.

  • 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-17T10:52:52+00:00Added an answer on June 17, 2026 at 10:52 am

    I had exactly the same problem with loading a DLL, I solved it in this way:

    • As Christian Kuetbach said, check if the simpleDLL you are using is compatible with your processor’s architecture, a 32-bit DLL won’t work on a 64-bit machine, and also a 64-bit DLL won’t work on a 32-bit machine.

    • If the DLL is compatible, then the problem may be in your java library path. I put my DLL into the user.dir directory and then I used this code:

      Set Java library path to user.dir or maybe another path you want:

       String myLibraryPath = System.getProperty("user.dir");//or another absolute or relative path
      
       System.setProperty("java.library.path", myLibraryPath);
      

      Load the library:

       System.loadLibrary("libraryWithoutDLLExtension");
      

    It worked for me, try it and tell me if it works for you.

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

Sidebar

Related Questions

I have imported a JSF/Facelets project from SVN into Netbeans. Any change which I
I have a netbeans java console project which uses Spring 3.0 ( which is
I have a NetBeans java project. This project ( src folder) is composed of
I have one java project in netBeans. There are some packages, and classes in
I have a Netbeans project with a library defined which includes several JARs. These
I currently have a NetBeans php project setup to sync from my user directory
I have a Netbeans project on a flash drive so I can move from
I have a next problem. When I'm running project from NetBeans IDE evrything is
I have a NetBeans project that I'm trying to compile manually from command-line ant
I am using Netbeans 7.0.1 with a web project that I have imported from

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.