Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 266e518

Browse files
committed
Refine the wording
1 parent 1994285 commit 266e518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ A shabby implementation of Java virtual machine in C.
44

55
## Prerequisites
66

7-
Java SE or OpenJDK is required to build and validate test suite.
7+
Oracle Java SE Development Kit or OpenJDK is required to build and run test suite.
88

99
## Running the tests
1010

1111
You can run the tests with `make check`.
1212

1313
## Running the VM
1414

15-
You need to specify the full filename to the executable. For example:
15+
You need to specify the full filename (including `.class` suffix) to the executable. For example:
1616
```shell
1717
$ javac tests/Factorial.java
1818
$ ./jvm tests/Factorial.class

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /