a java runtime environment(jre)or java development kit(jk)
时间: 2024-05-31 21:07:36 浏览: 134
is required to run or develop java applications respectively.
The JRE provides the runtime environment for running Java applications, while the JDK includes the JRE as well as development tools such as the Java compiler, debugger, and other utilities.
If you only want to run Java applications, you only need the JRE. However, if you want to develop Java applications or contribute to open source Java projects, you will need the JDK.
阅读全文