简体   繁体   English

java.exe = jvm和javac .exe = compiler

[英]java.exe=jvm and javac .exe=compiler

I think 我认为

  • java.exe = JVM java.exe = JVM
  • javac.exe = compiler javac.exe =编译器

Is this right? 这是正确的吗?

It's a bit of a simplification, but mostly yes. 这有点简化,但大多数情况下是这样。

java.exe is how you start the JVM. java.exe是启动JVM的方式。 javac.exe is how you start the compiler. javac.exe是启动编译器的方式。

The actual implementation of the JVM and compiler doesn't lie within those particular files (only), however. 但是,JVM和编译器的实际实现并不位于这些特定文件中(仅)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM