-
Notifications
You must be signed in to change notification settings - Fork 11
Install
LucBerge edited this page Jul 27, 2019
·
6 revisions
This bot use java to make it compatible with all operative systems. You need java 32-bits installed on your computer.
- Download and install java 32-bit. If multiple java versions are installed, you have to change the default version :
- Change java default version.
- Open a terminal
- Write
sudo apt-get install openjdk-8-jre:i386
to download and install java 32-bit.
If multiple java versions are installed, you have to change the default version :
- Write
sudo update-alternatives --config java
and choose java 32-bit.
- Download the latest B4D version.
- Download the file
jpcap.dll
and place it next toB4D.jar
. - Double click on
B4D.jar
to launch it.
- Download the latest B4D version.
- Download the file
libjpcap.so
and place it next toB4D.jar
. - Open a terminal in
B4D.jar
repertory. - Make it executable
sudo chmod +x B4D.jar
- Download the library libstdc++2.10
sudo wget http://archive.debian.org/debian/pool/main/g/gcc-2.95/libstdc++2.10-glibc2.2_2.95.4-27_i386.deb
- Install the library
sudo dpkg -i libstdc++2.10-glibc2.2_2.95.4-27_i386.deb
- Launch B4D
sudo java -Djava.library.path="." -jar B4D.jar
.
Not compatible for the moment
Nothing happend will running B4D ?
- Open a terminal.
- Write
java -version
- If the answer is
Java HotSpot(TM) 64-Bit
, please install java 32-bit version and refer to issue #5
One more step before using the bot. You have to configure it.
B4D
Utilisation
Contribution