Java SE Downloads Page 1 of 2
Total Page:16
File Type:pdf, Size:1020Kb
Java SE Downloads Page 1 of 2 Sign In/Register for Account Help Select Country/Region Communities I am a... I want to... Search PRODUCTS AND SOLUTIONS DOWNLOADS STORE SUPPORT TRAINING PARTNERS ABOUT Oracle Technology Network SERVICES Oracle Technology Network Java Java SE Downloads Overview Java SE Downloads Java EE Documentation Community Java ME Technologies Training Java SE Support Java SE Advanced & Suite Java SE Downloads Java Embedded JavaFX Next Releases (Early Access) Embedded Use Previous Releases Java DB Web Tier Java Card Java TV New to Java Community Java Magazine Java Platform (JDK) 7u40 JDK 7u40 & NetBeans 7.3.1 Java Platform, Standard Edition Java SE 7u40 This release includes several new features like Java Mission Control, Deployment Rule Set, support for Retina display on Mac, and Hard Float ABI support on Linux ARM v7. It also includes bug fixes and enhancements. Learn more Which Java package do I need? JDK: (Java Development Kit). For Java Developers. Includes a complete JRE plus tools for developing, debugging, and monitoring Java applications. Server JRE: (Server Java Runtime Environment) For deploying Java applications on servers. Includes tools for JVM monitoring and tools commonly required for server applications, but does not include browser integration (the Java plug-in), auto-update, nor an installer. Learn more JRE: (Java Runtime Environment). Covers most end-users needs. Contains everything required to run Java applications on your system. JDK Server JRE JRE JDK 7 Docs Server JRE 7 Docs JRE 7 Docs Installation Instructions Installation Instructions Installation Instructions ReadMe ReadMe ReadMe Release Notes Release Notes Release Notes Oracle License Oracle License Oracle License Java SE Products Java SE Products Java SE Products Third Party Licenses Third Party Licenses Third Party Licenses Certified System Configurations Certified System Configurations Certified System Configurations JDK 7 and JavaFX Demos and Samples Demos and Demos and samples of common tasks and new functionality available on JDK 7. The source code provided with samples and Samples demos for the JDK is meant to illustrate the usage of a given feature or technique and has been deliberately simplified. Java SE Development Kit (JDK) Cobundles JDK 7u40 with NetBeans 7.3.1 This distribution of the JDK includes the NetBeans IDE, which is a powerful integrated development environment for developing applications on the Java platform. Learn more Additional Resources Java SE 7 Documentation Java SE 7 Documentation Docs Installation Instructions Java SE 7 Documentation License Java API Documentation Updater Tool Java API Documentation Updater Tool repairs-in-place Java API Documentation created with javadoc versions included with JDK 5u45, 6u45, 7u21 and earlier. See the 7u25 release notes for more information. http://www.oracle.com/technetwork/java/javase/downloads/index.html 9/19/2013 Java SE Downloads Page 2 of 2 Additional Resources Java Time Zone Updater Tool 1.3.57 The TZUpdater tool is to enable an Oracle JDK 7 or JRE 7 user to patch their installation with the most recent timezone data. Learn More Readme Java Access Bridge Java Access Bridge is a technology that exposes the Java Accessibility API in a Microsoft Windows DLL, enabling Java applications and applets that implement the Java Accessibility API to be visible to assistive technologies on Microsoft Windows systems. Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 7 Java SDKs and Tools Java SE Java EE and Glassfish Java ME JavaFX Java Card NetBeans IDE Java Mission Control Java Resources Java APIs Technical Articles Demos and Videos Forums Java Magazine Java.net Developer Training Tutorials Java.com E-mail this page Printer View ORACLE CLOUD JAVA CUSTOMERS AND EVENTS COMMUNITIES SERVICES AND STORE Learn About Oracle Cloud Learn About Java Explore and Read Customer Blogs Log In to My Oracle Support Get a Free Trial Download Java for Consumers Stories Discussion Forums Training and Certification Learn About PaaS Download Java for Developers All Oracle Events Wikis Become a Partner Learn About SaaS Java Resources for Developers Oracle OpenWorld Oracle ACEs Find a Partner Solution Learn About IaaS Java Cloud Service JavaOne User Groups Purchase from the Oracle Store Java Magazine Social Media Channels CONTACT AND CHAT Phone: +1.800.633.0738 Global Contacts Oracle Support Partner Support Subscribe Careers Contact Us Site Maps Legal Notices Terms of Use Privacy http://www.oracle.com/technetwork/java/javase/downloads/index.html 9/19/2013 INSTALLING JCREATOR Make sure you have the Java Development Kit (JDK) suite installed as outlined in the previous instructions. 1. After the installation of the Java JDK, go to http://www.jcreator.org/download.htm and download the JCreator LE Version. 2. Start JCreator. Click Configure > Options. 3. In the tree, select JDK Profiles. 4. Click the New button. Browse to the root directory of your JDK installation. For example, C:\Program Files\Java\jdk1.7.0\. 5. On the Profile Settings dialog box, check to see if the Name field contains the version of the selected JDK directory. 6. Click File > New File > Java Class. 7. Create a test program such as HelloWorld.java 8. Compile and run the project by pressing F7 and F5 on the keyboard. 9. JCreator should now run your Java programs. .