You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 :
cd C:\path\to\B4D\folder
"C:\full\path\to\java32\bin\java.exe" -jar B4D.jar
The text was updated successfully, but these errors were encountered: