File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Java Create JAR Exe Tutorial
2
- ## Setting the Windows System Environment
2
+ ## Setting The Windows System Environment
3
3
1 . Without the compiler added to the ` Path ` , you cannot use
4
4
Java in the Command Prompt.
5
5
46
46
if the Command Prompt gives you information,
47
47
then it is successfully added.
48
48
49
- ## Compiling & Running the Java Source Code through the Command Prompt
49
+ ## Compiling & Running The Java Source Code Through The Command Prompt
50
50
1 . Change the directory to where you put your source code.
51
51
52
52
2 . But it is better you put your code on the Desktop directory.
82
82
8 . Now, you have the class file and the java file. It is ready
83
83
for creating the Executable JAr File.
84
84
85
- ## Creating the Executable JAR file
85
+ ## Creating The Executable JAR File
86
86
Remember that Java is a high-level
87
87
programming language
88
88
and the creators of this language put some
You can’t perform that action at this time.
0 commit comments