Thank you very much for the idea: i just folowed - https://www.digitalocean.com/community/tutorials/how-to-manually-install-oracle-java-on-a-debian-or-ubuntu-vps
$ update-alternatives --install /usr/bin/java java /usr/adm/jdk1.8.0_20/bin/java 100 $ update-alternatives --install /usr/bin/javac javac /usr/adm/jdk1.8.0_20/bin/javac 100 $ update-alternatives --display java $ update-alternatives --display javac 2014-09-15 6:25 GMT+02:00 Maxim Solodovnik <solomax...@gmail.com>: > you need to set correct links in the system > usually it is done using update-alternatives > > On 15 September 2014 06:24, Kamran Asif <kamrana...@gmail.com> wrote: > >> Hi Mark, >> Please just check the path .....Try to google query " how >> to upgrade 1.6 java to 8.20 " >> thanks >> >> Kamran Asif >> >> On Sun, Sep 14, 2014 at 6:12 PM, Mark Lin <mlin40...@gmail.com> wrote: >> >>> Hello, >>> >>> 1. i tried to install new java version: >>> >>> cd /usr/adm >>> >>> wget --no-check-certificate --no-cookies --header "Cookie: >>> oraclelicense=accept-securebackup-cookie" >>> http://download.oracle.com/otn-pub/java/jdk/8u20-b26/jdk-8u20-linux-x64.tar.gz >>> >>> tar zxvf jdk-8u20-linux-x64.tar.gz >>> >>> but when checking version $ java -version >>> i still get java version "1.6.0_26" >>> >>> what am i missing? >>> >>> 2. >>> doe's OM -3.0.3 shuld work with windows explorer 7? >>> >>> >>> Thank you >>> >> >> > > > -- > WBR > Maxim aka solomax