What is the difference between JDK and JRE?

前端 未结 20 1632
孤独总比滥情好
孤独总比滥情好 2020-11-22 03:31

What is the difference between JDK and JRE?

What are their roles and when should I use one or the other?

20条回答
  •  情歌与酒
    2020-11-22 04:13

    Simply :

    JVM is the virtual machine Java code executes on

    JRE is the environment (standard libraries and JVM) required to run Java applications

    JDK is the JRE with developer tools and documentation

提交回复
热议问题