Posts: 100
Threads: 17
Joined: Feb 2016
Reputation:
0
I still have openjdk so I assume it will be the same
Sent from my K00L using Tapatalk
Posts: 100
Threads: 17
Joined: Feb 2016
Reputation:
0
So what do you mean
Sent from my K00L using Tapatalk
Posts: 43
Threads: 4
Joined: May 2014
Reputation:
0
08-28-2016, 01:17 PM
(This post was last modified: 08-28-2016, 01:26 PM by waynebob.)
Would like to install Oracle's Java for Pogo games. When I search in Synaptic I have 7 openjdk installed in my LL 2.8 and 9 installed in my LL 3.0 that I would like to install Oracle's Java in.
The tutorial said there would be only 2, not sure what to do.
Thanks, Wayne.
Oops, looks like the green squares are the installed ones, not the stars beside them. But my LL 2.8 has 2 squares and my LL 3.0 has 4?
Posts: 1,849
Threads: 21
Joined: Sep 2015
Reputation:
0
@waynebob...
Some of those are probably dependencies and/or documentation.. The description will inform their purpose...
Note the color of the box - not the start
Green is installed, you'll want to mark for removal
For openjdk - mark the JDK and the JDK source files (description) when marking for removal it should remove the dependencies as well..
Also look for ICEDTEA its another java program, remove in similar..
Once removed, double check if there are other "java"/"jdk" files installed you can select for removal...
Then follow Jerry's info to install - It works very well....
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
Posts: 43
Threads: 4
Joined: May 2014
Reputation:
0
Okay I did the first copy/paste for sudo su then the next to mkdir etc. and it says cannot create directory and no such file or directory? Not sure what I am doing wrong.
Posts: 1,849
Threads: 21
Joined: Sep 2015
Reputation:
0
Make sure you're coping the commands exactly - you can use the select to highlight then copy and using the terminal edit,to paste the commands in..
for sudo su it should of prompted for a password I assume you entered the password and was accepted..
Again for mkdir ensure all "/" are in context...
/usr/lib is an actual directory usr/lib is not
FYI - If a command has a capital it must be entered with same capital...
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
Posts: 43
Threads: 4
Joined: May 2014
Reputation:
0
I open a terminal in the downloads box and copy/paste sudo su and get in root with red writing then copy/paste the next line to create the directory. Here's what I get, didn't know you could copy/paste the command box.
linuxlite@linuxlite-H170-D3HP:~/Downloads$ sudo su
[sudo] password for linuxlite:
root@linuxlite-H170-D3HP:/home/linuxlite/Downloads# mkdir /usr/lib/jvm/oracle_jdk8
mkdir: cannot create directory ‘/usr/lib/jvm/oracle_jdk8’: No such file or directory
root@linuxlite-H170-D3HP:/home/linuxlite/Downloads#