<bdo id='4SAvL'></bdo><ul id='4SAvL'></ul>

      <tfoot id='4SAvL'></tfoot>
      1. <small id='4SAvL'></small><noframes id='4SAvL'>

      2. <i id='4SAvL'><tr id='4SAvL'><dt id='4SAvL'><q id='4SAvL'><span id='4SAvL'><b id='4SAvL'><form id='4SAvL'><ins id='4SAvL'></ins><ul id='4SAvL'></ul><sub id='4SAvL'></sub></form><legend id='4SAvL'></legend><bdo id='4SAvL'><pre id='4SAvL'><center id='4SAvL'></center></pre></bdo></b><th id='4SAvL'></th></span></q></dt></tr></i><div id='4SAvL'><tfoot id='4SAvL'></tfoot><dl id='4SAvL'><fieldset id='4SAvL'></fieldset></dl></div>

        <legend id='4SAvL'><style id='4SAvL'><dir id='4SAvL'><q id='4SAvL'></q></dir></style></legend>

        完全与 java.exe 混淆

        Totally Confused with java.exe(完全与 java.exe 混淆)
      3. <legend id='n43d0'><style id='n43d0'><dir id='n43d0'><q id='n43d0'></q></dir></style></legend><tfoot id='n43d0'></tfoot>

          <small id='n43d0'></small><noframes id='n43d0'>

              • <bdo id='n43d0'></bdo><ul id='n43d0'></ul>
                <i id='n43d0'><tr id='n43d0'><dt id='n43d0'><q id='n43d0'><span id='n43d0'><b id='n43d0'><form id='n43d0'><ins id='n43d0'></ins><ul id='n43d0'></ul><sub id='n43d0'></sub></form><legend id='n43d0'></legend><bdo id='n43d0'><pre id='n43d0'><center id='n43d0'></center></pre></bdo></b><th id='n43d0'></th></span></q></dt></tr></i><div id='n43d0'><tfoot id='n43d0'></tfoot><dl id='n43d0'><fieldset id='n43d0'></fieldset></dl></div>

                    <tbody id='n43d0'></tbody>
                  本文介绍了完全与 java.exe 混淆的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  JDK 是 JRE 的超集.JDK 具有必要的工具,如 javac java.exe 调试器等 + JRE.但是 JRE 有一个特定的 JVM 实现.

                  The JDK is the superset of JRE. JDK has the necessary tools like javac java.exe debugger etc + JRE. But JRE has a particular implementation of JVM.

                  我的假设是 java.exe 或 java 应用程序启动器是解释器(如果我错了,请纠正我).此外,JVM 也进行解释.

                  My assumption is java.exe or the java application launcher is the interpreter (please correct me if I'm wrong). Also, JVM does the interpretation as well.

                  最后解释器是 JVM 的一部分还是 JDK 工具的一部分?请解释一下.

                  Finally is the interpreter part of JVM or part of JDK tools? Please explain.

                  推荐答案

                  java.exe 既不是 JVM 也不是解释器.它是一个启动器 - 一个通常用 C 编写的小程序,它执行以下操作:

                  java.exe is neither a JVM nor an interpreter. It is a launcher - a small program typically written in C which does the following:

                  1. 找到已安装的 JRE
                  2. 加载 JVM 动态库 (jvm.dll)
                  3. 使用 调用 API
                  4. 找到主类并使用 main() 方法/jniTOC.html">JNI
                  1. Locates an installed JRE
                  2. Loads JVM dynamic library (jvm.dll)
                  3. Creates a new Java Virtual Machine using the Invocation API
                  4. Finds the main class and calls the main() method using JNI

                  JRE 大致包括

                  1. JVM - jvm.dll
                  2. 类库 - rt.jar
                  3. 原生库 - 类库和操作系统平台之间的层,例如java.dllnet.dllnio.dllawt.dll
                  4. 资源 - 字体、属性、字符串等

                  现在,字节码解释器、字节码验证器、类加载器、JIT 编译器、垃圾收集器和许多其他很酷的东西 - 都是 Java 虚拟机的组成部分.

                  Now, the Bytecode Interpreter, the Bytecode Verifier, the Class Loader, the JIT compiler, the Garbage Collector and many other cool stuff - are all parts of the Java Virtual Machine.

                  这篇关于完全与 java.exe 混淆的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Bytecode features not available in the Java language(Java 语言中不可用的字节码功能)
                  ClassCastException because of classloaders?(ClassCastException 因为类加载器?)
                  How can I add a Javaagent to a JVM without stopping the JVM?(如何在不停止 JVM 的情况下将 Javaagent 添加到 JVM?)
                  Cannot load 64-bit SWT libraries on 32-bit JVM ( replacing SWT file )(无法在 32 位 JVM 上加载 64 位 SWT 库(替换 SWT 文件))
                  Encourage the JVM to GC rather than grow the heap?(鼓励 JVM 进行 GC 而不是增加堆?)
                  Why a sawtooth shaped graph?(为什么是锯齿形图形?)

                        <tbody id='Oo0Q5'></tbody>

                      1. <tfoot id='Oo0Q5'></tfoot>

                        <legend id='Oo0Q5'><style id='Oo0Q5'><dir id='Oo0Q5'><q id='Oo0Q5'></q></dir></style></legend>

                          <small id='Oo0Q5'></small><noframes id='Oo0Q5'>

                          • <bdo id='Oo0Q5'></bdo><ul id='Oo0Q5'></ul>

                            <i id='Oo0Q5'><tr id='Oo0Q5'><dt id='Oo0Q5'><q id='Oo0Q5'><span id='Oo0Q5'><b id='Oo0Q5'><form id='Oo0Q5'><ins id='Oo0Q5'></ins><ul id='Oo0Q5'></ul><sub id='Oo0Q5'></sub></form><legend id='Oo0Q5'></legend><bdo id='Oo0Q5'><pre id='Oo0Q5'><center id='Oo0Q5'></center></pre></bdo></b><th id='Oo0Q5'></th></span></q></dt></tr></i><div id='Oo0Q5'><tfoot id='Oo0Q5'></tfoot><dl id='Oo0Q5'><fieldset id='Oo0Q5'></fieldset></dl></div>