17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Java SE Development Kit (JDK) 7.0.0.113 Preview / 6 Update 25
The basic resources you need in order to create apps in Java
The Java Development Kit is a development environment for building applications, components and applets 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 Java platform. Contents of the JDKDevelopment Tools (In the bin/ subdirectory) Tools and utilities that will help you develop, execute, debug, and document programs 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 Javaplatform. 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 Javaplatform.Source Code (In src.zip) Java programming language source files for all classes that make up the Java core API (that is, sources 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 file, use any common zip utility. Or, you may use the Jar utility in the JDK's bin/ directory:jar xvf src.zip What's New in This Release: [ read full changelog ]
· Improved performance and stability · Java HotSpot VM 20 · Support for Internet Explorer 9, Firefox 4 and Chrome 10 · Improved BigDecimal
Olson Data 2011b: · Java SE 6u25 contains Olson time zone data version 2011b
For Java SE 6u25, support has been added for the following system configurations: · Oracle Linux 6 · Oracle Solaris 11 Express 2010.11 · Windows 7 with SP1 · Windows 2008 R2 with SP1 · Internet Explorer 9 · Firefox 4 · Chrome 10 · VirtualBox 4
· Java SE 6u25 includes version 20 of the Java HotSpot Virtual Machine which contains improvements to performance, reliability and diagnostic information.
· A new feature in this version of HotSpot is "tiered" compilation in the Server VM that enables it to start quickly as does the Client VM, while achieving superior peak performance. This feature is enabled by specifying -server and -XX:+TieredCompilation command options.
· The Garbage First (G1) garbage collector continues to advance with Java SE 6u25, although it remains an experimen...