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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ This Java project provides utility classes for your java project.
7
7
8
8
Compilation and Execution
9
9
10
-
MyJavaPy
10
+
You can compile by using two methods:
11
+
12
+
METHOD 1: USING PYTHON(Simple method and easy to use)
11
13
12
14
MyJavaPy is a Python script that clones a specific GitHub repository, retrieves specified `.java` files, and compiles them to the specific folder.
13
15
@@ -18,6 +20,8 @@ There are two options:<br>
18
20
19
21
OR
20
22
23
+
METHOD 2: NORMAL METHOD(But you may follow the instructions given below)
24
+
21
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