Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.UnsatisfiedLinkError : jpcap.dll : Can't load IA 32-bit .dll on a AMD 64-bit platform #5

Closed
LucBerge opened this issue Feb 22, 2019 · 1 comment · Fixed by #9
Labels
welcom Good for newcomers

Comments

@LucBerge
Copy link
Member

LucBerge commented Feb 22, 2019

This issue occurs when you try to execute B4D.jar with java 64-bit. Because jpcap.dll have been built for 32-bit architectures, B4D had to be built for 32-bit architectures as well.

Please install java 32-bit try again.

To temporary fixed this issue :

  • Open a terminal.
  • Navigate to the B4D.jar folder using cd C:\path\to\B4D\folder
  • Type "C:\full\path\to\java32\bin\java.exe" -jar B4D.jar
@LucBerge LucBerge added the welcom Good for newcomers label Feb 22, 2019
@LucBerge LucBerge pinned this issue Feb 22, 2019
@LucBerge
Copy link
Member Author

LucBerge commented Nov 9, 2019

This error does not exist in the latest version. You don't need a specific java version or whatever library.

@LucBerge LucBerge closed this as completed Nov 9, 2019
@LucBerge LucBerge unpinned this issue Nov 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
welcom Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant