Java SE 7 Archive Downloads
Go to the Oracle Java Archive page.
Thank you for downloading this release of the JavaTM Platform, Standard Edition Development Kit (JDKTM). The JDK is a development environment for building applications, applets, and components using the Java programming language.
The JDK includes tools useful for developing and testing programs written in the Java programming language and running on the JavaTM platform.
WARNING: These older versions of the JRE and JDK are provided to help developers debug issues in older systems. They are not updated with the latest security patches and are not recommended for use in production.
For production use Oracle recommends downloading the latest JDK and JRE versions and allowing auto-update.
Only developers and Enterprise administrators should download these releases.
Downloading these releases requires an oracle.com account. If you don’t have an oracle.com account you can use the links on the top of this page to learn more about it and register for one for free.
For current Java releases, please consult the Oracle Software Download page.
For more information on the transition of products from the legacy Sun download system to the Oracle Technology Network, visit the SDLC Decommission page announcement.
Item Preview
There Is No Preview Available For This Item
This item does not appear to have any files that can be experienced on Archive.org.
Please download files in this item to interact with them on your computer.
Show all files
22,855
Views
7
Favorites
4
Reviews
DOWNLOAD OPTIONS
Uploaded by
AsgardMidgard
on
SIMILAR ITEMS (based on metadata)
Скачать
Скачать Java SE Development Kit (JDK) 7
Скачать с сервера Freesoft
Java SE Development Kit (JDK) 7
x64
FreeWare
Скачать
Все файлы предоставленные на сайте — оригинальные, мы не переупаковываем и не изменяем файлы.
Oracle has finally released Java 7 and JDK 7 for developers. This is the first major update after Oracle acquired Sun Micro Systems. And it came after a lot of time but there has been a huge improvement in features and a lot of bugs have been fixed. Here are some of the features of Java 7:
- Language changes to help increase developer productivity and simplify common programming tasks by reducing the amount of code needed, clarifying syntax and making code easier to read. (JSR 334: Project Coin)
- Improved support for dynamic languages (including: Ruby, Python and JavaScript), resulting in substantial performance increases on the JVM. (JSR 292: InvokeDynamic)
- A new multicore-ready API that enables developers to more easily decompose problems into tasks that can then be executed in parallel across arbitrary numbers of processor cores. (JSR 166: Fork/Join Framework)
- A comprehensive I/O interface for working with file systems that can access a wider array of file attributes and offer more information when errors occur. (JSR 203: NIO.2)
- New networking and security features
- Expanded support for internationalization, including Unicode 6.0 support
- Updated versions of numerous libraries
Java Facts and Figures
- 97% of enterprise desktops run Java
- 1 billion Java downloads each year
- 9 million developers worldwide
- 1 programming language (TIOBE Programming Community Index)
- More than 3 billion devices are powered by Java technology
You can download Java 7 JRE and JDK from the following location:
Java SE Runtime Environment 7
Java SE Development Kit 7
The downloads includes Java for Linux, Solaris and Windows. Both 32-bit and 64-bit platforms are supported. Make sure you accept the terms and conditions before clicking on the download links.
Direct Download Links and Full Offline Installers
If you are looking for full offline installers for Jave 7 Runtime Environment (JRE), you can download them from the links below:
Java 7 JRE for Windows 32-bit
Java 7 JRE for Windows 64-bit
Update: The latest version of Java 7 Update 10 has been released.
README: This file should be located at the top of the jdk Mercurial repository. See http://openjdk.java.net/ for more information about the OpenJDK. Simple Build Instructions: 1. Download and install a JDK 6 from http://java.sun.com/javase/downloads/index.jsp Set the environment variable ALT_BOOTDIR to the location of this JDK 6. 2. Either download and install the latest JDK7 from http://download.java.net/openjdk/jdk7/, or build your own complete OpenJDK7 by using the top level Makefile in the OpenJDK Mercurial forest. Set the environment variable ALT_JDK_IMPORT_PATH to the location of this latest JDK7 or OpenJDK7 build. 3. Check the sanity of doing a build with the current machine: cd make && gnumake sanity See README-builds.html if you run into problems. 4. Do a partial build of the jdk: cd make && gnumake all 5. Construct the images: cd make && gnumake images The resulting JDK image should be found in build/*/j2sdk-image