1. What is a JDK?The JDK is the abbreviation for Java Development Kit, which means a toolkit developed by Java programs.JDK version, a total of three kinds, the Standard Edition (J2SE), Enterprise Edition (Java EE), mobile device Edition (J2ME).Ordinary users do not need to install the JDK to run Java programs, but onl
-platform.Through the history of Java development, we know that Java development is designed to deal with the rapid development of hardware, you can do the code we write does not adapt to the hardware environment changes in the situation . Today, especially as the Internet becomes a part of everyday life, the code we write faces a large number of users, but also
table is established. Unauthorized access to the code domain is prevented because the layout of the memory appears at run time.Verification code-Bytecode validatorThe Java code undergoes several tests before it executes on your machine. The bytecode validator tests the format of the snippet, checks the code snippet for illegal code (forged pointers, illegal access on objects, attempts to change object types, and so on).All network-class files are byt
, Desktop color at least 16 bits.
(2) Hardware requirements: 350 MHz Pentium II or above, memory 128 MB, hard disk space 110 MB, Display memory 4 MB.
Iv. Detection System:
Before installing Forte, check the system's kits:
JDK: used to compile and execute java programs.
Java Vitual Machinc: enables Java to run on different platforms without re-compiling.
JAVA learning-JAVA environment preparation, java-java Environment
Dir: list files and folders in the current directoryMd: create a directoryRd: delete a directoryCd: Enter the specified directory and open the folderCd ..: Return t
1, install version of JRE or JDK. You do not need to manually configure any Java environment variables after installation if you do not use it for development purposes only as a Java runtime environment.2, Green Unzip version (cop
:
Path: The path to be searched when running commands in windows. If my installation path is D: \ Java \ jdk1.8.0 _ 05 \ bin, you can store this path in path, remember that ";" is very important. In fact, it also has a priority principle. When there are too many stored paths in the path, we can consider the Limitation Principle to determine who is the boss;
Classpath: the path of the class to be searched for during
"How to build a Java development environment""Introduction"The full name of the JDK isJava Development Kit, the Java Standard Edition Development Kit. Sun offers a suite of development packages for developing Java applications that provide the tools and resources needed to compile and run
interpretation under JDK installation path) (learn)* A:bin Directory: This directory is used to store some executable programs.* such as Javac.exe (Java compiler), Java.exe (Java Runtime Tool), Jar.exe (Packaging tool) and * Javadoc.exe (document Generation tool), etc.* B:DB directory: DB directory is a small database.* Starting with JDK 6.0, a new member javadb
system's kits:
JDK: used to compile and execute Java programs.
Java vitual machinc: enables Java to run on different platforms without re-compiling.
JRE (Java Runtime Environment):
. Download the appropriate version according to your operating system. WIN7 system Java EE (java+tomcat7+eclipse) Environment Configuration 2 Double-click the JDK installation package, click Next WIN7 system Java EE (JAVA+TOMCAT7+ECLIPSE)
a system variable
Properties Properties = System.getproperties ();
Iterator it = Properties.entryset (). iterator ();
while (It.hasnext ())
{
Entry Entry = (Entry) it.next ();
System.out.print (Entry.getkey () + "=");
System.out.println (Entry.getvalue ());
}
In addition to being able to get the system variables, you can set the system variables that you need by System.setproperty (key, value).
Which system variables are set by default in
environment for bytecode files, as shown in the effect – 1.Figure-1Java is officially provided with JVM software for different platforms, namely: The JVM is different on different platforms. But these JVMs follow the same standard, that is, they can run on different JVMs as long as they are standard. class files, and they run the same effect. This enables the so-called "one-time programming to be used everywhere". Effect – shown in 2:Figure-2Java pro
1, Java Operating environment
Install Java is typically installed JDK, then what is JDK. What is JRE again.
(The following from the definition of Baidu)
The JDK (Java Development Kit), called Java Development Kit or
Manual installation and configuration of the Java environment
1. Theoretical Basis1.1 Related ConceptsJDK-the abbreviation of Java Development Kit. It is a product for Java developers and is the core of Java, including the Java
----------- Android Training , Java Training , Java Learning Technology blog, look forward to communicating with you! ------------How to configure the Java Runtime and development environmentFor a friend who has just touched Java development, the first step is how to config
electronic products. (Do you still remember what we said before about the Green Project, the predecessor of Java ?).
The three Java versions add up to almost cover the entire computer science (no hardware processing), which makes us suspect in our lives ...... (To cheer you up, Java's implementation in some aspects is tricky and not very detailed)
At the same time, Jav
\java\jdk1.6.0_01 jdk when you need to install jre directory is the same d:\program files\ Java\jdk1.6.0_01\jre (Here I install "not encountered, but 1.6.43 Span style= "font-family: ' The song Body '; > have). The installation is complete and the environment
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.