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

КОМЕНТАРІ • 18

  • @HaroonKhan-m1n
    @HaroonKhan-m1n 2 місяці тому +1

    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

  • @microprocessor6634
    @microprocessor6634 9 місяців тому

    in last it showing
    Command 'java' not found
    now what to do next

  • @sudattagiri5230
    @sudattagiri5230 2 роки тому

    It's showing gtk msg: failed to load module "canberra-gtk-module".. pls help

    • @mphybymohan4367
      @mphybymohan4367  2 роки тому +1

      sudo apt install libcanberra-gtk-module libcanberra-gtk3-module

    • @sudattagiri5230
      @sudattagiri5230 2 роки тому

      @@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

    • @SAJALPHYS
      @SAJALPHYS 2 роки тому

      @@sudattagiri5230 for me also. How to resolve the issue? Kindly guide me

    • @Firmansyah-sq1ie
      @Firmansyah-sq1ie 2 роки тому

      @@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

    • @sudattagiri5230
      @sudattagiri5230 2 роки тому

      @@SAJALPHYS I could not resolve the issue

  • @shahnewazsnb
    @shahnewazsnb 5 місяців тому

    java install has not been shown

  • @萧旭峰
    @萧旭峰 2 роки тому

    nice

  • @mazharhaleemawan7
    @mazharhaleemawan7 Рік тому +1

    sudo tar zxvf BURAI1.3_Linux.tgz same issue with this