Step-by-step guide to install and run BURAI (version 1.3.1) on Windows and Linux, including Java setup:
BURAI requires Java. Follow these steps first:
- Download Java
- Go to Java’s official download page.
- Click Agree and Start Free Download to get the installer.
- Install Java
- Run the downloaded
.exefile (e.g.,jre-8uXXX-windows-x64.exe). - Follow the installer prompts (use default settings).
- Run the downloaded
- Verify Installation
- Open Command Prompt and run:
java -version
- Ensure it prints Java version details (e.g.,
java version "1.8.0_XXX").
- Open Command Prompt and run:
- Install OpenJDK
- Open a terminal and run:
sudo apt update && sudo apt install openjdk-11-jre # For Debian/Ubuntu # OR sudo dnf install java-11-openjdk # For Fedora/CentOS
- Open a terminal and run:
- Verify Installation
java -version
- Confirm it shows a version like
openjdk 11.0.XX.
- Confirm it shows a version like
- Download BURAI
- Visit BURAI Releases.
- Download
BURAI-1.3.1.jar(the executable JAR file).
- Create a Dedicated Folder
- Create a folder (e.g.,
C:\BURAI) and moveBURAI-1.3.1.jarthere.
- Create a folder (e.g.,
- Run BURAI
- Double-click the JAR file. If Java is installed, it should launch.
- If it doesn’t open:
- Right-click the JAR file → Open With → Java(TM) Platform SE binary.
- Create a Desktop Shortcut (Optional)
- Right-click the JAR file → Send to → Desktop (create shortcut).
- Rename the shortcut to
BURAI.
- Download BURAI
- Open a terminal and run:
wget https://github.com/BURAI-team/burai/releases/download/ver.1.3.1/BURAI-1.3.1.jar
- Or download via browser and move it to a directory like
~/BURAI.
- Open a terminal and run:
- Run BURAI
- Open a terminal, navigate to the JAR’s location, and run:
java -jar BURAI-1.3.1.jar
- Open a terminal, navigate to the JAR’s location, and run:
- Create a Desktop Shortcut (Optional)
- Create a
.desktopfile:nano ~/.local/share/applications/burai.desktop - Add:
[Desktop Entry] Name=BURAI Exec=java -jar /path/to/BURAI-1.3.1.jar Icon=/path/to/any/icon.png # Optional: Download an icon Terminal=false Type=Application Categories=Science;
- Save and make it executable:
chmod +x ~/.local/share/applications/burai.desktop
- Create a
- Java Not Detected:
- Reinstall Java and ensure the
JAVA_HOMEenvironment variable is set.
- Reinstall Java and ensure the
- JAR File Won’t Open:
- Run it via terminal:
java -jar BURAI-1.3.1.jarto see error logs.
- Run it via terminal:
- Linux Dependencies:
- Install missing libraries (e.g., GTK) using your package manager.