Ηow to install Java on Linux so that Ι can connect to JOSM?
Asked
Active
Viewed 585 times
-3
-
tar (child): -/Downloads/jdk-8u231-linux-x64.tar.gz: Cannot open: No such file or directory – priya tama sugara Nov 01 '19 at 02:00
-
3Which Linux are you using? – DK Bose Nov 01 '19 at 02:18
1 Answers
0
Are you sure to have downloaded the oracle package in the "Downloads" folder ?
If so, you can do:
tar -xzvf Downloads/jdk-8u231-linux-x64.tar.gz
You can find more informations here: https://www.ethicalhackx.com/install-java-jdk-kali-linux/ https://forums.kali.org/showthread.php?41-Installing-Java-on-Kali-Linux

dc37
- 279