Header Ads

تحميل Java JDK 8 Update 45 32 bit

تحميل Java JDK 8 Update 45 32 bit


نبذة مختصرة عن البرنامج 


هو عبارة عن أدوات تطوير جافا هي مجموعة الإنمائية الرسمية للغة البرمجة جافا. أدوات تطوير جافا يحتوي على البرامج والأدوات التي تحتاج إلى ترجمة والتصحيح، وتشغيل التطبيقات المكتوبة باستخدام لغة البرمجة جافا.

JDK لديه مجموعة من أدوات البرمجة، بما في ذلك JAVAC، جرة، وأرشيفي، الذي حزم مكتبات فئة ذات الصلة في ملف JAR واحد. يساعد هذه الأداة أيضا إدارة الملفات JAR، جافادوك - مولد الوثائق، الذي يولد تلقائيا وثائق من تعليقات شفرة المصدر، ومجلس الدفاع المشترك - المصحح، JPS - أداة وضع العملية، الذي يعرض معلومات عملية عن العمليات جافا الحالية، javap - في المجمع ملف فئة كما تضمنت والمكونات الأخرى.

وتشمل المحتويات الرئيسية:

أدوات التطوير (في سلة المهملات / الفرعي) أدوات والمرافق التي من شأنها أن تساعدك على تطوير وتنفيذ والتصحيح، والبرامج وثيقة مكتوبة في لغة البرمجة JavaTM.
وقت التشغيل البيئة (JRE في / الفرعي) تنفيذا لبيئة وقت التشغيل جافا (JRE) للاستخدام من قبل جدك. يشمل JRE آلة جافا الافتراضية (JVM)، مكتبات فئة، وغيرها من الملفات التي تدعم تنفيذ البرامج المكتوبة في لغة البرمجة جافا.
مكتبات إضافية (في ليب / دليل فرعي) مكتبات فئة إضافية وملفات الدعم المطلوبة من قبل أدوات التطوير.
بريمجات التجريبي والتطبيقات (في العرض / الفرعي) أمثلة، مع شفرة المصدر، والبرمجة للJavaplatform. وتشمل هذه الأمثلة التي تستخدم سوينغ ومؤسسة جاوة الطبقات الأخرى، والمصحح العمارة منصة جافا.
نموذج التعليمات البرمجية (في النموذج الفرعي) عينات، مع شفرة المصدر، والبرمجة لبعض جافا API ل.
C رأس الملفات (في التضمين / الفرعي) الملفات رأس التي تدعم البرمجة الأصلي رمز باستخدام واجهة الأصلية جافا، واجهة أداة JVM، وظائف أخرى من منصة جافا.
كود المصدر (في src.zip) الملفات المصدر لغة البرمجة جافا لجميع الفئات التي تشكل API الأساسية جافا (أي، مصادر ملفات جافا. *، javax. * وبعض ORG. * الحزم، ولكن ليس لكوم. أشعة الشمس. * الحزم). ويرد هذا الكود لأغراض إعلامية فقط، لمساعدة مطوري التعلم واستخدام لغة البرمجة جافا. لا تشمل هذه الملفات متاحة تنفيذ منهاج محدد والتي لا يمكن استخدامها لإعادة بناء مكتبات فئة. لاستخراج هذه الملفات، استخدم الرمز البريدي أي فائدة مشتركة. أو، يمكنك استخدام الأداة المساعدة جرة في بن / دليل على JDK ل: جرة xvf src.zip.
وجدك كما يأتي مع كامل بيئة جافا. هذا يتكون من آلة جافا الافتراضية وجميع مكتبات فئة موجودة في بيئة الإنتاج، فضلا عن المكتبات إضافية، المكتبات التدويل والمكتبات المختبر الدولي للألماس

Java Development Kit is the official development kit for the Java programming language. Java Development Kit contains the software and tools that you need to compile, debug, and run applets and applications written using the Java programming language.

JDK has 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 other components are also included.

Key Contents include:

Development 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 Java platform.
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.
The JDK also comes with a complete Java Runtime Environment. This consists of a Java Virtual Machine and all of the class libraries present in the production environment, as well as additional libraries, internationalization libraries and the IDL libraries.

معلومات هامه عن برنامج Java JDK 8 Update 45 32 bit

Title: Java JDK 8 Update 45 32 bit
Filename: jdk-8u45-windows-i586.exe
File size: 175.98MB
Requirements: WindowsAll Versions
Languages: Multiple languages
License: Freeware
Date added: June 3, 2015
Author: Oracle
لتحميل برنامج Java JDK 8 Update 45 32 bit من هنا
يمكنك ايضا تنزيل باقة الانظمة من خلال الربط هذا 

ليست هناك تعليقات

يتم التشغيل بواسطة Blogger.