What is JDK?

1, Java Development Kit (Java Development Kit) acronym. Used to develop java program, available to programmers
2, you need to install a JDK on your computer using the Java programming language
3, JDK 5 installation directory folder, a source src library archive, and some documentation

  • bin: a variety of command tools, java source code compiler javac, monitoring tools jconsole, and other analysis tools jvisualvm
  • include: C header files to interact with the JVM language used
  • lib: library      
  • jre: Java Runtime Environment 
  • db: installation path of Java DB

 

  • src.zip:Java all core class library source code
  • jdk1.8 added a new javafx-src.zip files, stored JavaFX Script, JavaFX is a declarative, statically typed programming language


 


 

All resources resources are summarized in the public No.



 

 

Guess you like

Origin www.cnblogs.com/ConstXiong/p/11832694.html