I downloaded BURAI 1.3 and created the desktop icon in Ubuntu 16.04 LTS. However I'm not able to open it. Please help.
I downloaded BURAI 1.3.2 ,created the desktop icon and installed java. However I'm not able to open it. Please help.
You may follow these steps to install Java and BURAI should work:
[To remove previous installation of Java if any]
sudo apt-get purge openjdk*
sudo apt autoremove
[Install Java8]
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo apt install oracle-java8-set-default
[To set the path of Java]
set the JAVA_HOME (path /etc/environment):
Copy the text below in the above file
JAVA_HOME="/usr/lib/jvm/java-8-oracle/jre/"