Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
19 views

Java Oracle No Ubuntu - Odt

The document provides instructions for installing Java on Ubuntu. It includes downloading the Java SDK from Oracle's website, creating a /usr/lib/jvm folder, extracting the downloaded Java file into that folder, and configuring alternative Java versions using the update-alternatives command.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Java Oracle No Ubuntu - Odt

The document provides instructions for installing Java on Ubuntu. It includes downloading the Java SDK from Oracle's website, creating a /usr/lib/jvm folder, extracting the downloaded Java file into that folder, and configuring alternative Java versions using the update-alternatives command.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Instalando Java no Ubuntu

Download java-sdk no site da Oracle:


http://www.oracle.com/technetwork/pt/java/javase/downloads/index.html
Crie a pasta /usr/lib/jvm:
sudo mkdir -p /usr/lib/jvm
Descompacte o arquivo jdk-7u67-linux-x64.tar.! na pasta /usr/lib/jvm
sudo tar -x" jdk-7u4#-linux-i$%6.tar.! -C /usr/lib/jvm
&ora de um update em alternatives jdk'.7.#(4#
sudo update-alternatives --install )*usr*bin*java) )java) +*usr*lib*jvm*jdk'.7.#(67*bin*java) '
sudo update-alternatives --install )*usr*bin*javac) )javac) )*usr*lib*jvm*jdk'.7.#(67*bin*javac) '
sudo update-alternatives --install )*usr*bin*javaws) )javaws) )*usr*lib*jvm*jdk'.7.#(67*bin*javaws) '
&ora escol,a em update-alternatives
sudo update-alternatives --con"i java
sudo update-alternatives --con"i javac
sudo update-alternatives --con"i javaws

You might also like