Installation of BURAI in Ubuntu, (The Easiest Way)
Вставка
- Опубліковано 5 січ 2025
- #stepbystep -1: Download the latest version of jdk and BURAI
www.tiny.cc/cloud-files
#Step-2: Remove the existing version of java
sudo apt-get purge openjdk*
sudo apt-get purge
sudo update-alternatives --remove "java" "/opt/jdk/jdk1.8.0_261/bin/java"
sudo update-alternatives --remove "javac" "/opt/jdk/jdk1.8.0_261/bin/javac"
sudo apt autoremove
sudo apt-get update
#Step-3: Installation of Java
sudo tar zxvf jdk-8u261-linux-x64.tar.gz
#Step-4: Package required for Quantum Espresso compilation
sudo apt-get install -y gfortran
sudo apt-get install -y openmpi-bin libopenmpi-dev
Step-5: Installation of BURAI
sudo tar zxvf BURAI1.3_Linux.tgz
SIR can you solve this problam thanks
Error: Could not find or load main class burai.app.QEFXMain
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
in last it showing
Command 'java' not found
now what to do next
It's showing gtk msg: failed to load module "canberra-gtk-module".. pls help
sudo apt install libcanberra-gtk-module libcanberra-gtk3-module
@@mphybymohan4367 thank you.. it solved.
But it does not show the structure now... it's showing a Grey window only when I m opening any cif file. Pls help
@@sudattagiri5230 for me also. How to resolve the issue? Kindly guide me
@@SAJALPHYS try this:
1. open BURAI1.3.2/bin/burai.sh
2. edit java -jar ./bin/burai.jar $@ line into:
java -Dprism.forceGPU=true -jar ./bin/burai.jar $@
3. close terminal
4. run BURAI1.3.2/bin/burai.sh
hope it can help
@@SAJALPHYS I could not resolve the issue
java install has not been shown
sir how to solve your problam
nice
sudo tar zxvf BURAI1.3_Linux.tgz same issue with this
-zxvf