Skip to main content
Visitor II
May 22, 2022
Solved

ST25 SDK 1.10.0 Dependency errors on Windows 10 - streader.dll

  • May 22, 2022
  • 11 replies
  • 9371 views

Hi! I am attempting to use the current 1.10.0 Java SDK on a windows 10 pro computer with JDK 1.8.0_144. (Java 8) x86 - for use with ST25R3911-DISCO at first, and hopefully then the Feig USB reader.

0693W00000NqQU3QAN.pngI have carefully followed the st25pcdemoapp_...pdf document as well as created my own simple demonstration [pictured] and gotten the same result: "streader.dll: Can't find dependent libraries"

I have found the 2020 post with the same issue, and the linked zip file does not fix the problem. I have now used dependency walker to attempt to hunt down what is missing, which can be seen in the attached screenshots.

It appears there are a bunch of windows 10 SDK dlls that are not found, but I am so far unable to figure out where to find them to install them. The microsoft KBs appear to be for prior versions of windows.

0693W00000NqQTtQAN.png 

Any advice on resolving these dependency issues?

Thank you!

    This topic has been closed for replies.
    Best answer by Damien G.

    The jar files are Java archive files that contain the applet and all dependencies in a zip-like package. Windows will try to open the jar files with whatever program you tell it is associated with the jar format. The usual way is to run the jar program from the command line.

    The fact that the program runs when you launch it from the CLI means that all the dll are found at run-time. The problem must then exist in your Eclipse environment setting.

    Could you please check that you have the path to the x86 directory in the Run Configuration window for Java Applications, as shown in the attached picture?

    11 replies

    Visitor II
    May 23, 2022

    i am also facing this issues on my window. i am also search out different sites to sort out this issues.