Read about how to install oracle java jdk on ubuntu linux, The latest news, videos, and discussion topics about how to install oracle java jdk on ubuntu linux from alibabacloud.com
development. Typically, Java developers are developing with ORACLE-JDK as a standard.Here's a look at the JDK installation and configuration under Linux, and the Linux distribution used here is
Reprinted from http://blog.csdn.net/hcbbt/article/details/11817697first step, downloadTo download the JDK on the official website,in the Java SE Development Kit 7uXX, the Accept License agreement tick, so as to download the JDK, and then we choose the corresponding version of Ubuntu download, if you do not know which v
First step: Download the JDK
Wget-c http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jdk-8u45-linux-x64.tar.gz
Step two: Unzip the JDK and install
sudo mkdir/usr/
Ubuntu12.04 after JDK is installed, the default JDK 1.6 installation is available. How can I install JDK 1.7.x?
I tried it.Code:
The original installation path is:/home/xwh/desktop/environment/jdk1.7.0 _ 07. Later, I found that it is not feasible. I can only conceal the online code and first get the
: This article describes how to install and configure jdk in ubuntu. For more information about PHP tutorials, see.
Download jdk-8u71-linux-x64.tar.gz
Create a jvm folder (/usr/lib/jvm)
sudo mkdir /usr/lib/jvm
Create a jvm folder (/usr/lib/jvm)
sudo tar zxvf
1. DownloadOracle website Download jdk7http://www.oracle.com/technetwork/java/javase/downloads/ Jdk7-downloads-1880260.html Select the appropriate version according to the operating system of the machine, here we choose jdk-7u75-linux-x64.tar.gz 2. Installation
sudo MKDIR/USR/LIB/JVM
sudo tar zxvf./jdk-7u75-
://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html page to download the latest version of the Java SE Development KIT. At the time of the book, the latest version of the JDK is JDK 7, and all the cases are based on this version of the JDK.
Click on
Tags: java com get os install OracleStep one: If open Java is already installed on the system, you need to clean it up and skip the processsudo apt-get purge openjdk*Step Two: Installsudo apt-get install Software-properties-commonStep three: Add a trusted software source:sudo add-apt-repository Ppa:webupd8team/javaFour
Tags: log usr dep java x86 blog--nodeps EPS version1. View the current Java version of the system:[Email protected]/]$ java-version2. View current Java compiler and uninstall:[Email protected]/]$ Rpm-qa|grep GCJ[Email protected]/]$ rpm-e--nodeps java-1.5.0-gcj-1.5.0.0-29.1.e
If you use the 163 image source and then use sudo apt-get install mysql-server, you cannot install other dependent packages automatically. The solution is to change the source to another one, I will return to the default ubuntu source here. Then enter sudo apt-get install mysql-server.
Install jdk command 1 In ubuntu. download jdk-6u25-linux-i586 2. the easiest way to modify the executable permissions for a jdk-6u25-linux-i586 is to grant all permissions, I .e.: chmod
For Ubuntu beginners, install JDK. The installation process is as follows:
Go to the Sun website and download the JDK bin package to a directory, such as/usr.
Use CD to this directory:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->
$ CD/usr
Use the CHMOD co
Download JDK1. Download the relevant JDK to Oracle website2. Create a new folder under your account and name it "Java", of course, the name you can feel free.That is, in/home/user/java, my position is/home/nomasp/java. Then extract and copy the files you downloaded here.3, o
Java (2) -- Build and install JDK in the development environment and configure environment variables and jdk Environment Variables
1. Install JDK
Http://www.oracle.com/technetwork/java/
the user;For example, if your user name is user, your home directory is in/home/userIn the console, enter:Cd ~Ls-a (list all files in the current directory)You can see the. bashrc file.You can use vi or your favorite editor for editing:
# Vi. bashrcSet JAVA_HOME =/usr/jdk1.7.0 _ 45Export JAVA_HOMESet JRE_HOME =/usr/jdk1.7.0 _ 45/jreExport JRE_HOMESet PATH = $ PATH: $ JAVA_HOME/bin: $ JRE_HOME/binExport PATHSet CLASSPATH =.: $ JAVA_HOME/lib/dt. jar: $ JAVA_HOME/lib/tools. jar: $ JRE_HOME/libExpo
Installing the JDKThe latest linux64-bit JDK package from the Oracle website (now JDK-8U92-LINUX-X64.TAR.GZ) commands the new folder as follows-unzip sudo MKDIR/USR/LIB/JVMsudo tar zxvf jdk-8u92-linux-x64.tar.gz-c/USR/LIB/JVM set
Install JDK and environment variable configuration in Ubuntu, and use ubuntujdk environment variable.
1. getconf LONG_BIT: view the number of system digits and download the corresponding jdk.My system is 32-bit, so the downloaded jdk is: jdk-8u77-
Install JDK and Eclipse for C/C ++ in Ubuntu 13.10 (to solve the global menu problem) JDK
Download jdk-7u45-linux-x64.tar.gz
Unzip the package without installation. You only need to set the environment variables. Take me as an exa
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.