Java se development 64 bit скачать для windows 10

Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts.
  • Click to view our Accessibility Policy
  • Skip to content

Looking for other Java downloads?

Java 19 and Java 17 available now

Java 17 LTS is the latest long-term support release for the Java SE platform. JDK 19 and JDK 17 binaries are free to use
in production and free to redistribute, at no cost, under the
Oracle No-Fee Terms and Conditions.

JDK 19 will receive updates under these terms, until March 2023 when it will be superseded by JDK 20.

JDK 17 will receive updates under these terms, until at least September 2024.

Java logo

Protect your investment—and more

Java SE subscribers get support for JDK 17, receive updates until at least October 2029, are entitled to GraalVM
Enterprise, Java Management Service, and bundled patch releases (BPRs) with fixes not yet available to
nonsubscribers, and more.

Java SE subscribers have more choices

Also available for development, personal use, and to run other licensed Oracle products.

Java Development Kit 64-bit (also known as JDK) contains the software and tools that you need to compile, debug, and run applets and applications that you’ve written using the Java programming language. JDK has as its primary components a collection of programming tools, including javac, jar, and the archiver, which packages related class libraries into a single JAR file. This tool also helps manage JAR files, javadoc — the documentation generator, which automatically generates documentation from source code comments, jdb — the debugger, jps — the process status tool, which displays process information for current Java processes, javap — the class file disassembler, and so many other components.

The JDK 64-bit also comes with a complete Java Runtime Environment, usually called a private runtime. It consists of a Java Virtual Machine and all of the class libraries present in the production environment, as well as additional libraries only useful to developers, and such as the internationalization libraries and the IDL libraries. Download Java Development Kit Offline Installer Setup 64bit for Windows

Contents of the JDK:

Development Tools
(In the bin/ subdirectory) Tools and utilities that will help you develop, execute, debug, and document programs are written in the JavaTM programming language.

Runtime Environment
(In the jre/ subdirectory) An implementation of the Java Runtime Environment (JRE) for use by the JDK. The JRE includes a Java Virtual Machine (JVM), class libraries, and other files that support the execution of programs written in the Java programming language.

Additional Libraries
(In the lib/ subdirectory) Additional class libraries and support files required by the development tools.

Demo Applets and Applications
(In the demo/ subdirectory) Examples, with source code, of programming for the Java platform. These include examples that use Swing and other Java Foundation Classes, and the Java Platform Debugger Architecture.

Sample Code
(In the sample subdirectory) Samples, with source code, of programming for certain Java API’s.

C header Files
(In the include/ subdirectory) Header files that support native-code programming using the Java Native Interface, the JVM Tool Interface, and other functionality of the Java platform. Download Java Development Kit Offline Installer Setup 64bit for Windows

Source Code
(In src.zip) Java programming language source files for all classes that make up the Java core API (that is, source files for the java.*, javax.* and some org.* packages, but not for com.sun.* packages). This source code is provided for informational purposes only, to help developers learn and use the Java programming language. These files do not include platform-specific implementation code and cannot be used to rebuild the class libraries. To extract these files, use any common zip utility. Or, you may use the Jar utility in the JDK’s bin/ directory: jar xvf src.zip.

Also Available: Download Java Development Kit for Mac

Download Java Development Kit (64-bit) Latest Version

JDK (так же известен как Java Development Kit и Java SE) — один из ключевых пакетов инструментов для разработки программного обеспечения на платформе Java, включающий в себя виртуальную машину, исполнительную систему Java Runtime Environment, библиотеки классов, документацию, а так же компилятор javac.

Начинающие разработчики часто путают между собой пакеты JVM, JRE и JDK, да и в принципе слабо представляют, чем они различаются, поэтому внесём немного ясности в этот вопрос:

  • JVM (Java Virtual Machine) — это виртуальная машина Java, исполняющая байт-код, который создаётся из исходных текстов компилятором javac.
  • JRE (Java Runtime Environment) — минимальная среда выполнения, в которую входит JVM и библиотеки Java-классов. Именно этот пакет обязательно нужно устанавливать на компьютер с «чистой» операционной системой Windows, чтобы корректно выполнялись приложения написанные на Java.
  • JDK (Java Development Kit) — бесплатный пакет для разработчиков, состоящий из JRE и средств разработчика, в которые входят компилятор javac, различные утилиты, документация и примеры. Так же сами пакеты JDK бывают нескольких различных модификаций:
    • Java SE Development Kit — стандартный комплект (Standard Edition) для разработки приложений для настольных компьютеров и серверов;
    • Java ЕЕ Development Kit — комплект Enterprise Edition, с дополнительными инструментами для разработки корпоративных приложений;
    • Java ME Development Kit — компактная версия платформы (Micro Edition), в основном предназначенная для разработки приложений для встраиваемых и мобильных устройств.

Являясь новичком в программировании, используйте Java SE Development Kit, который подходит для большинства целей, при необходимости можно в любой момент переключиться на более подходящий пакет. При этом нужно понимать, что в Java Development Kit не входит непосредственно редактор кода и для написания программ нужно использовать стороннюю интегрированную среду разработки, например, вполне подойдут бесплатные Eclipse, Brackets или NetBeans IDE.

В данный момент для скачивания доступны Java SE Development Kit 8, 11 и 13, однако учитывая полную обратную совместимость, лучше всего использовать самую последнюю версию или версию с пометкой LTS, которая имеет наиболее длительный период поддержки. Кроме того, последняя версия JDK содержит в себе наиболее актуальный функционал, который невозможно использовать в предыдущих версиях пакета.

First of all, to start developing a java application, your system should have JDK installed. This is the first step to starting developing the java application. In this article, you will learn how to download jdk 1.8 for windows and install it on Windows 10 Operating System.

NOTE: JDK is a java development kit whereas JRE is a java runtime environment that allows the java program to run. If you want to develop Java applications, install the Java Development Kit. The JDK includes the JRE, so you do not have to download both separately.

Software Dependency

  • JDK 1.8 (8u144)
  • Windows 10

Here we are going to download 64-bit JDK 1.8 (8u144) and install it on the 64-bit Windows 10 Operating System. If you are interested in downloading and installing the latest update JDK 1.8 (8u311), then you can visit another article here: JDK 8 [latest update] Installation on Windows 10

NOTE: If your system is of Windows 32-bit operating system then you should install JDK 32 bit and if your system is of Windows 64 bit operating system then you have a choice either you can install JDK 64 bit or JDK 32-bit in your system.

The recommendation is install JDK 64-bit if your windows is 64-bit operating system.

How to install JDK 8 in windows 10?

Installing the Java Development Kit (JDK) on the Windows machine is very simple, you just follow the below steps:

  1. Java JDK 1.8 download for Windows 10 64-bit
  2. Install JDK on Windows
  3. Set Java path in system environment variables
  4. Verify the Installed Java version

Step-1: Download Java JDK 1.8 for Windows 10 64-bit

To download java for windows, visit the official website Oracle Website’s Java, go to ‘Java SE Development Kit 8u144‘, and click on the link jdk-8u144-windows-x64.exe as shown in the below image.

Java SE Development Kit 8u144

This software is licensed under the Oracle Binary Code License Agreement for Java SE Platform Products

java jdk 8 download for windows 10 64-bit | jdk 8 download

Now select the appropriate JDK software of windows x64 (jdk-8u144-windows-x64.exe) as shown in the above image.

NOTE: Oracle requires an account (sign-in) to download older versions of Java that are no longer available to the public. You can download publicly available versions of Java without signing in which is the latest version only.

Now finally you have to accept the license agreement and then click on the download button as shown in the below image.

java jdk 8 download

Step-2: Install Java JDK 8 on Windows 10

Once you have downloaded the JDK Software, double-click on it to see the start of installation. In our case, I have already downloaded jdk-8u144-windows-x64.exe

Now click Next to see the below image, Here you have a choice to change the java installation directory by clicking on the change… button otherwise simply go with the default path by clicking the Next > button. I am going here with the default path only.

JDK 1.8 Installation process change path

Once you click Next, you will see the start of the installation process as below image. After successful installation, you just close the wizard.

JDK 1.8 Installation process | download jdk 1.8

Step-3: Set Java Path in System Environment Variables

System Environment Variables path:


Right click on MyComputer -> properties -> Advanced System Settings -> Environment variables

setup jdk environment variables

Now click on the Environment Variables button > add JAVA_HOME & Path as shown in the below images:

setting java_home environment variables

Now we should have to add Java Path. If the Path variable is already there then simply we can click on the Edit… button > then click the New button to add the path as in the below image.

JDK 1.8 Installation process  setting environment variables

You can follow the details explanation for setting the JAVA_HOME path here: Set the JAVA_HOME environment variable on Windows 10.

Step-4: Verify the installed Java Version

To verify the installation open the command prompt(Win+R and type cmd) and then type java -version and press Enter key.

verify the installation of jdk 8

This is how you can install JDK 8 on Windows 10 system. I hope this article helped you.

Conclusion

In this article, you have seen how java JDK 8 downloads for Windows and install it. Now you can be able to do the installation of other versions of JDK also with a similar set of steps that you have seen.

FAQ

Can I install JDK on Windows 10?

Yes, but you must have administrator privilege to install the JDK on the Microsoft Windows operating system. 

What does Java version 1.8 mean?

8 is the product version number and 1.8 is the developer version number (or internal version number).

Do I need to install both JDK and JRE?

No, If you install JDK then JRE will already be packaged in it and installed automatically along with JDK. You do not need to install JRE separately.

Can JDK and JRE be different versions?

Yes, The JDK and JRE versions can be different as multiple JDK and JRE versions are allowed on the same computer. You can check out this in the system environment variables.

Does JDK 8 include JRE?

JRE is a part of JDK so no need to have JRE when you have JDK. If you open the JDK folder and see, you’ll have the JRE folder inside it which is the same as the JRE folder initially you have.

How to check the Java version in the command prompt?

Refer to the above installation step no-4.

Related articles:

  • How to Download and Install JDK 11 on Windows 10?
  • How to install Maven on Windows System
  • How to install and configure Tomcat Server in Eclipse?
  • Install MySQL Server 8.0.27 [zip Archive] on Windows 10

You may also like:

  • File Upload in Java Servlet Example
  • Spring Boot File Upload with Advance Progress bar in Ajax
  • How to write Excel files in java using Apache POI?
  • Drag and drop file upload using Javascript

Обновлено

2020-12-18 10:23:47

Совместимость

Windows Vista, Windows 7, Windows 8, Windows 10

Описание

Java SE Development Kit (JDK) — это бесплатно распространяемый комплект разработчика приложений на языке Java.

Краткий обзор

Программа включает в себя компилятор Java, стандартные библиотеки классов, примеры кода, необходимую документацию, а также различные утилиты и исполнительную систему Java. На языке Java написано множество современных программ и игр, что во многом обусловлено высокой мобильностью и кроссплатформенностью языка. Это означает, что написанные на нём приложения можно использовать на устройствах с разными операционными системами, если на них установлен Java Runtime Environment. В то время, как JRE позволяет выполнять Java-приложения, компоненты и апплеты, Java Development Kit, или JDK, предоставляет доступ к полному набору инструментов для создания, отладки,запуска и даже документирования кода на Java.

Стоит добавить, что в состав Java SE Development Kit не входит интегрированная среда разработки. Это означает, что писать код необходимо встороннем текстовом редакторе, а для компиляции кода придется использовать утилиты командной строки.

На этой странице вы сможете скачать нужный дистрибутив Java операционных систем Windows, macOS и Linux.

Скачать Java SE Development Kit 15

Java 15 это последняя версия на текущий момент. Выберите нужный дистрибутив и скачайте его по прямой ссылке

Java SE Development Kit 15.0.2 для Windows x64 (.exe) Скачать
Java SE Development Kit 15.0.2 для macOS (.dmg) Скачать
Java SE Development Kit 15.0.2 для Linux x64 (.rpm) Скачать
Java SE Development Kit 15.0.2 для Linux x64 (.deb) Скачать
Java SE Development Kit 15.0.2 для Linux x64 (.tar.gz) Скачать

Скачать Java SE Runtime Environment 8

Java 8 это довольно старая, но всё ещё поддерживаемая и широко используемая версия.

Java Runtime Environment 8u281 для Windows (онлайн-установка) Скачать
Java Runtime Environment 8u281 для Windows x86 (.exe) Скачать
Java Runtime Environment 8u281 для Windows x64 (.exe) Скачать
Java Runtime Environment 8u281 для macOS (.dmg) Скачать
Java Runtime Environment 8u281 для Linux x86 (.rpm) Скачать
Java Runtime Environment 8u281 для Linux x64 (.rpm) Скачать
Java Runtime Environment 8u281 для Linux x86 (.tar.gz) Скачать
Java Runtime Environment 8u281 для Linux x64 (.tar.gz) Скачать

Понравилась статья? Поделить с друзьями:
  • Java runtime environment для windows x64 скачать
  • Java runtime environment jre for windows
  • Java runtime environment download windows 10 64 bit
  • Java runtime environment 11 скачать для windows 10 64 bit
  • Java run jar as windows service