We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1994285 commit 266e518Copy full SHA for 266e518
README.md
@@ -4,15 +4,15 @@ A shabby implementation of Java virtual machine in C.
4
5
## Prerequisites
6
7
-Java SE or OpenJDK is required to build and validate test suite.
+Oracle Java SE Development Kit or OpenJDK is required to build and run test suite.
8
9
## Running the tests
10
11
You can run the tests with `make check`.
12
13
## Running the VM
14
15
-You need to specify the full filename to the executable. For example:
+You need to specify the full filename (including `.class` suffix) to the executable. For example:
16
```shell
17
$ javac tests/Factorial.java
18
$ ./jvm tests/Factorial.class
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments