librariesjde - JDEE, Java Development Environment for Emacs(en)fakeroot-ng - Gives a fake root environmentfreemind - Java Program for creating and viewing Mindmapsgcj-4.5-jdk - gcj and classpath development tools for Java(TM)japitools - Java API compatibility testing toolsjava3ds-fileloader - Java3D 3DS File Loaderjtreg - Regression Test Harness for the OpenJDK platformlibcommons-launcher-java - cross platform java application launcherlibcommons-math
[Email protected]:/opt$[Email protected]roduct-name:/opt$ sudo tar zxvf java-7-openjdk-amd64.tar.gz(2)Set the JDK environment variable, open the. BASHRC, and add the following code at the end#set Java Environment#export JAVA_HOME=/HOME/S/BIN/JAVA-7-OPENJDK-AMD64#export JAVA_HOME=/HOME/S/BIN/JAVA-8-OPENJDK-AMD64Export JAVA_HOME=/OPT/JAVA-7-
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 thing you want to install (although you might considerInstalling these essential things too ).
In the previous version of ubuntu, sun-JDK
Practical Android skills: Switch JDK under Ubuntu
After Android L, we recommend that you use JDK 7 to compile the program. This is a natural development rule, just like compiling Android 1.6 4 years ago and using JDK 5.
Multi-version JDK can coexist. You only need to use the update-alternatives tool to switch between them at any time. The following describes how to install openjdk and oracle jdk (cannot cop
of the Unbuntu user, and then execute the following commands in sequence:
Sudo apt-get update
Sudo apt-get install openjdk-7-jdk
Sudo update-alternatives -- config java
Sudo update-alternatives -- config javac
Each of the preceding commands must be executed separately to obtain jdk 1.7 and set environment variables. After Ubuntu is installed, a jdk may be provided. However, if you use the built-in jdk to c
Use Eclipse 15.04, Java 8, and WTP in Ubuntu 4.4Eclipse 15.04 in Ubuntu 4.4
In the previous article, I found the new tool Ubuntu Make in Ubuntu 15.04 and the method for using Eclipse 15.04 in Ubuntu 4.4. Some people may say that it is okay to use Eclipse 4.4 and download it
Want to know how to install Java in Ubuntu 14.04? Installing Java is definitely one of the first things to do after installing Ubuntu 14.04 (see http://www.linuxidc.com/Linux/2014-04/100398.htm), and it's easy.Many people hate Java, but there's a good chance you'll need to install Java for some reason, even if you hate it. In this article, we'll show you how to install Java in
Install JDK 8 and Ubuntu 14.04Step 1: Download the JDK for Linux
You can download it from the Oracle official website or through the command line.
lxh@ubuntu:~$ wget -c http://download.oracle.com/otn-pub/java/jdk/8u11-b12/jdk-8u11-linux-i586.tar.gzStep 2. Unzip and install
lxh@ubuntu:~$ mkdir -p /usr/lib/jvmlxh@ubuntu:
Before we go on to learn how to install Java, let's get a quick look at the differences between JRE, OPENJDK, and Oracle JDK.JRE (Java Runtime Environment), which is the environment you normally need to run a Java-language application. If you are not a program member, these are enough for your needs.
The JDK represents the Java Development Toolkit, and if you want to do something about Java development (the reading program), that's exactly what you ne
Path Priority Status
------------------------------------------------------------
* 0/usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java 1061 Auto mode
1/usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java 1061 Manual Mode
2/usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java 1051 Manual Mode
Press ENTER to keep the current choice[*], or type selection number:2
Up
/lib/jvm/ Java-6-openjdk-amd64/jre/bin/java 1061 manual mode 2 /usr/lib/jvm/java-7-openjdk-amd64/jre/ Bin/java 1051 manual modepress Enter to keep the current choice[*], or type selection Number:2update-alternativ Es:using/usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java to Provide/usr/bin/java (Java) in manual mode.$ Java-versionja VA vers
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 JDK needs to be installed. First go to Jetbrain
Due to licensing issues, Oracle Java is no longer included in newer Linux distributions and replaced by OPENJDK. So is Ubuntu.
OpenJDK can meet most of the application's operating conditions, but Pycharm cannot run under openjdk conditions, so you need to install the Oracle Company's JDK.
First to Jetbrain official w
-get install vimIf you need confirmation when installing the software, enter Y at the prompt.Vim Simple Operation GuideVim's common mode is divided into command mode, insert mode, visual mode, Normal mode. In this tutorial, you only need to use Normal mode and insert mode. Switching between the two can help you to complete this guide's learning. Normal mode normal mode is used primarily for browsing text content. Opening vim at first is normal mode. Press the ESC key in any mode to return to no
Installing the JDK on Ubuntu, and then most of the same tutorial configuration on the Web, the results run java,javac,java-version always appear strange and strange problems. After the configuration is complete, the following appears after running Java-versionThe program ' Java ' Can is found in the following packages:* DEFAULT-JRE* Gcj-4.8-jre-headless* Openjdk-7-jre-headless* Gcj-4.6-jre-headless*
On July 15, December 15, Canonical announced that it would remove all Java Development kits (JDK) from the Ubuntu release. For details, see "CanonicalWillRemoveJavaFromUbuntu. On June 19, August 30 this year, Oracle announced the abolition of the license to bind the Java Development Kit (JDK) to the Linux operating system release version (Oracle probably wants to make a fortune by using JDK ). Ubuntu had to
preinstalled OPENJDK, the system is the default use of this, rather than just loaded. So this step is to notify the system using Oracle's JDK, non-openjdk. [Email protected]:~$ sudo update-alternatives--install/usr/bin/java java/usr/lib/jvm/java-8/bin/java 300[emailprotected]:~$ sudo update-alternatives--install/usr/bin/javac javac/usr/lib/jvm/java-8/bin/javac 300[email protected]:~$ sudo update-alternativ
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.