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
Install jdk5.0 in Ubuntu
(Note: the latest version of ubuntu8.04 is installed with JDK by default, so you do not need to install it,
However, if you want to compile and run JavaProgramYou need to configure the environment variable and jump directly to step 2)
1. Install
-jsp-138363.htmlSelect the appropriate. gz package to download2. Unzip and place in the specified directory (take jdk-7u60-linux-x64.gz as an example)To create a directory:Mkdir/usr/lib/jvmAdd compression to the directory:TAR-ZXVF jdk-7u60-linux-x64.gz-c/USR/LIB/JVM3. Modify the Environment variables:sudo vim ~/.BASHRC
Install and configure Ubuntu 14.04 jdk
(1) jdk Installation
You need to use Pycharm in Ubuntu, but Pycharm is written in Java, so jdk must be installed. There are a lot of installation
source file to find the JDK to install theUbuntu is using OPENJDK, we must first find the appropriate JDK version. In the terminal input command: Apt-cache search openjdk Find the JDK version we need to install from the list of searches to execute the
Label:Due to licensing issues, Oracle Java is no longer included in newer Linux distributions and is replaced by OPENJDK. So is Ubuntu. OpenJDK can meet most of the application operating conditions, but Pycharm cannot run under openjdk conditions, so the Oracle Company's
Tags: ubuntu jdk myeclipse
Check to see if your Ubuntu Linux operating system architecture are 32-bit or 64-bit, open up a terminal and run the follow ing command below.
Uname-a or File/sbin/init
Linux caochu-inspiron-n5110 3.13.0-32-generic #
Build a java Development Environment in Ubuntu 14.04 -- 1--JDK installation, 14.04 -- 1 -- jdk
Note: The following content is my personal experience. I have been in touch with the ubuntu system since 10.04 and have been in the twinkling of an eye for four years. I have visit
ArticleDirectory
Installing JDK on Ubuntu 12.04 (precise pangolin)
If you are a Java developer or a beginner, who just installed Ubuntu 12.04 lts (precise pangolin) Then JDK (Java Development Kit) is the first thin
Install JDK 1.6 (jdk-6u45-linux-x64.bin) under Linux system (x64)
One, check to see if the JDK is installed:
# Rpm-qa | --version
Second, download the installation file:
Http://www.oracle.com/te
First of all, I do have to say that there are many tutorials on installing JDK 7 on Ubuntu. However, most of them are binary files based on JDK 6. If you go to the Oracle official website, you will find that all files are compressed. tar.gz. In addition, this article also provides the download link for Clojure. If you
Install JDK 7 in Ubuntu 12.04Today, I want to download the source code of an Android system. I heard that it is quite easy to download the source code in a linux system. I want to configure an environment in my new Linux virtual machine, the result is a half-day shell alloca
Install JDK and environment variable configuration in Ubuntu
Objective: To install JDK and environment variable configuration in Ubuntu
1. getconf LONG_BIT: view the number of system digits and download the corresponding jdk.My
Install JDK in Linux is easy, you don't need to download JDK alone,
Open your termianl:
1. apt-cache search jdk
a list of jdk for you as follow:
default-jdk - Standard
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.