This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Install java8 | |
sudo apt install -y openjdk-8-jre-headless -y | |
## Solve java error - Run following command from command prompt. | |
sudo sed -i 's/^assistive_technologies=/#&/' /etc/java-8-openjdk/accessibility.properties | |
# Or just comment out below line in /etc/java-8-openjdk/accessibility.properties | |
# assistive_technologies=org.GNOME.Accessibility.AtkWrapper | |
## Install other standart libs | |
sudo apt install wmctrl -y |