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
@@ -4,15 +4,15 @@
4
4
This Java project provides utility classes for your java project.
5
5
6
6
<details><summary>Click here to how to compile and execution by using python</summary>
7
-
7
+
<br>
8
8
Compilation and Execution
9
-
9
+
<br>
10
10
You can compile by using two methods:
11
-
11
+
<br>
12
12
METHOD 1: USING PYTHON(Simple method and easy to use)
13
-
13
+
<br>
14
14
MyJavaPy is a Python script that clones a specific GitHub repository, retrieves specified `.java` files, and compiles them to the specific folder.
15
-
15
+
<br>
16
16
I add a video how to use that code.<br>
17
17
There are two options:<br>
18
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>
@@ -21,9 +21,9 @@ There are two options:<br>
21
21
OR
22
22
23
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.
26
-
26
+
<br>
27
27
### Compilation Instructions
28
28
1. Navigate to the directory containing your java program files.
29
29
2. Compile the [`io.java`](https://github.com/MrTG-CodeBot/MyJava/blob/main/myJava/Base/io.java) file:
0 commit comments