update INVOKESTATIC

This commit is contained in:
wangxiang
2023-07-27 11:56:54 +08:00
parent 366ad75831
commit 4ec23906c8

View File

@@ -97,7 +97,7 @@ public void test() throws Exception {
2. 编写一个 java 项目编译打包成 .jar 文件,例如 demo.jar。要求 .jar 文件中的 META-INF/MANIFEST.MF 文件内有 `Main-Class` 属性 (含有 public static void main(String[] args) 方法的主类信息) 2. 编写一个 java 项目编译打包成 .jar 文件,例如 demo.jar。要求 .jar 文件中的 META-INF/MANIFEST.MF 文件内有 `Main-Class` 属性 (含有 public static void main(String[] args) 方法的主类信息)
3. 使用 haidnorJVM 运行程序。执行命令 `java -jar haidnorJVM.jar -class R:\demo.jar`。注意需要 jar 文件的绝对路径 3. 使用 haidnorJVM 运行程序。执行命令 `java -jar haidnorJVM.jar -class R:\demo.jar`。注意需要 jar 文件的绝对路径
# 代办 # 计划
目前运行 JDK 自带的类的方案是使用反射解决并存在一些bug计划将来完全不依赖反射运行。 目前运行 JDK 自带的类的方案是使用反射解决并存在一些bug计划将来完全不依赖反射运行。
# 联系作者 # 联系作者