Skip to content

Commit 55705a8

Browse files
Update README.md
1 parent 6b5da0e commit 55705a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Java Create JAR Exe Tutorial
2-
## Setting the Windows System Environment
2+
## Setting The Windows System Environment
33
1. Without the compiler added to the `Path`, you cannot use
44
Java in the Command Prompt.
55

@@ -46,7 +46,7 @@
4646
if the Command Prompt gives you information,
4747
then it is successfully added.
4848

49-
## Compiling & Running the Java Source Code through the Command Prompt
49+
## Compiling & Running The Java Source Code Through The Command Prompt
5050
1. Change the directory to where you put your source code.
5151

5252
2. But it is better you put your code on the Desktop directory.
@@ -82,7 +82,7 @@
8282
8. Now, you have the class file and the java file. It is ready
8383
for creating the Executable JAr File.
8484

85-
## Creating the Executable JAR file
85+
## Creating The Executable JAR File
8686
Remember that Java is a high-level
8787
programming language
8888
and the creators of this language put some

0 commit comments

Comments
 (0)