08-29-2016, 03:14 PM
(This post was last modified: 08-29-2016, 03:16 PM by firenice03.)
Given up LOL; naw you're almost there - just little things, no show stoppers... 
Just to confirm, your version of Linux lite is also 64bit?
So the error says there's no jre file.. It needs the correct location - you can cd to the full path or
Open Thunar (file manager) to the location of the downloaded JRE file. If its in your downloads folder open download.
Then right click (a blank area) and I believe its open terminal from here - you want terminal to be pointing to your downloads..
If you open terminal and its at "~" (aka your home folder - /home/user) You can cd to Downloads,
The above is the same as the command below - assuming your username is linuxlite
You can confirm you are in the correct directory by typingThis will list the items of the directory (folder) you're currently in (Downloads in this case) you should see the jre file listed - if not cd to the correct directory..
Then you can run the tar command..
If you have already done the touch and leafpad commands those should be fine as is..
I would finish with the

Just to confirm, your version of Linux lite is also 64bit?
So the error says there's no jre file.. It needs the correct location - you can cd to the full path or
Open Thunar (file manager) to the location of the downloaded JRE file. If its in your downloads folder open download.
Then right click (a blank area) and I believe its open terminal from here - you want terminal to be pointing to your downloads..
If you open terminal and its at "~" (aka your home folder - /home/user) You can cd to Downloads,
Code:
cd Downloads
The above is the same as the command below - assuming your username is linuxlite
Code:
cd /home/linuxlite/Downloads
You can confirm you are in the correct directory by typing
Code:
ls
Then you can run the tar command..
Code:
tar -zxvf jre-* -C /usr/lib/jvm/oracle_jdk8 --strip-components=1
If you have already done the touch and leafpad commands those should be fine as is..
I would finish with the
Code:
source /etc/profile.d/oraclejdk.sh
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2