You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,22 @@ This Java project provides utility classes for your java project.
5
5
6
6
# Compilation and Execution
7
7
8
-
## Compile and Execution of java file by using python
8
+
## You can compile by using two methods:
9
9
10
-
You can compile by using two methods:
10
+
METHOD 1: USING PYTHON (Simple method and easy to use)
11
11
12
-
METHOD 1: USING PYTHON(Simple method and easy to use)
12
+
### Compile and Execution of java file by using python
13
13
14
14
[`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.
15
15
16
-
I add a video how to use that code.<br>
16
+
I added a video how to use the python script.<br>
17
17
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>
20
20
21
21
OR
22
22
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)
24
24
<br>
25
25
**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.
0 commit comments