We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add to the installation requirements:
sudo apt install libcanberra-gtk-module Also, you need sudo apt-get install librxtx-java, which you should install manually (i made and fixed the issue here https://askubuntu.com/questions/1220701/error-installing-earlier-librxtx-java-version-rxtx-2-2pre2-bin-javac-no-suc/1220842#1220842 )
Then delete all other java versions you may have, and download manually and install java-jdk (14 is the latest version rn) from here: https://www.oracle.com/java/technologies/javase-downloads.html And then set JAVA_HOME in Linux for all users https://stackoverflow.com/questions/24641536/how-to-set-java-home-in-linux-for-all-users
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add to the installation requirements:
sudo apt install libcanberra-gtk-module
Also, you need sudo apt-get install librxtx-java, which you should install manually (i made and fixed the issue here https://askubuntu.com/questions/1220701/error-installing-earlier-librxtx-java-version-rxtx-2-2pre2-bin-javac-no-suc/1220842#1220842 )
Then delete all other java versions you may have, and download manually and install java-jdk (14 is the latest version rn) from here: https://www.oracle.com/java/technologies/javase-downloads.html
And then set JAVA_HOME in Linux for all users https://stackoverflow.com/questions/24641536/how-to-set-java-home-in-linux-for-all-users
The text was updated successfully, but these errors were encountered: