Update Running_Code.mdx

This commit is contained in:
nchn27 2020-07-19 04:13:37 -04:00 committed by GitHub
parent 8f3549271d
commit b43fee37f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -286,7 +286,7 @@ If you get the below result, you may have to add the JDK to your [PATH](https://
operable program or batch file operable program or batch file
``` ```
If you get a list of command arguments to the `java` command, then you're probably good to go. If you get a list of command arguments for the `java` command, you're probably good to go.
<IncompleteSection> <IncompleteSection>
@ -306,7 +306,7 @@ public class Main {
} }
``` ```
Use the `cd` command to get to the directory that contains `Main.java`. Then, run the following command to compile the code: Use the `cd` command on your console to get to the directory that contains `Main.java`. Then, run the following command to compile the code:
``` ```
javac Main.java javac Main.java
``` ```