Skip to content

Commit 7392214

Browse files
authored
Update README.md
1 parent 96f627f commit 7392214

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ This Java project provides utility classes for your java project.
55

66
# Compilation and Execution
77

8-
## Compile and Execution of java file by using python
8+
## You can compile by using two methods:
99

10-
You can compile by using two methods:
10+
METHOD 1: USING PYTHON (Simple method and easy to use)
1111

12-
METHOD 1: USING PYTHON(Simple method and easy to use)
12+
### Compile and Execution of java file by using python
1313

1414
[`MyJavaPy`](https://github.com/MrTG-CodeBot/MyJava/blob/main/myJavapy.py) is a Python script that clones a specific GitHub repository, retrieves specified `.java` files, and compiles them to the specific folder.
1515

16-
I add a video how to use that code.<br>
16+
I added a video how to use the python script.<br>
1717
There are two options:<br>
18-
1, Using command prompt to run the python script. [`video`](https://github.com/MrTG-CodeBot/MyJava/raw/refs/heads/main/assets/using_command_prompt.mp4) <br>
19-
2, Using visual studio code or pycharm to run the python script.[`video`](https://github.com/MrTG-CodeBot/MyJava/raw/refs/heads/main/assets/using_pycharm_or_vs_code.mp4) <br>
18+
1, Using command prompt to run the python script. [`click to see the video`](https://github.com/MrTG-CodeBot/MyJava/raw/refs/heads/main/assets/using_command_prompt.mp4) <br>
19+
2, Using visual studio code or pycharm to run the python script.[`click to see the video`](https://github.com/MrTG-CodeBot/MyJava/raw/refs/heads/main/assets/using_pycharm_or_vs_code.mp4) <br>
2020

2121
OR
2222

23-
METHOD 2: NORMAL METHOD(But you may follow the instructions given below)
23+
METHOD 2: NORMAL METHOD (But you may follow the instructions given below)
2424
<br>
2525
**Note**: First, compile the [`io.java`](https://github.com/MrTG-CodeBot/MyJava/blob/main/myJava/Base/io.java) file, before compiling the other files to avoid any errors.
2626
<br>

0 commit comments

Comments
 (0)