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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@
4
4
This Java project provides utility classes for your java project.
5
5
6
6
## Compilation and Execution
7
+
# MyJavaPy
8
+
9
+
MyJavaPy is a Python script that clones a specific GitHub repository, retrieves specified `.java` files, and compiles them to the specific folder.
10
+
11
+
I add a video how to use that code `[click here](https://github.com/MrTG-CodeBot/MyJava/tree/main/assets)`.
12
+
There are two options:
13
+
1, Using command prompt to run the python script. [`video`](https://github.com/MrTG-CodeBot/MyJava/blob/main/assets/using_command_prompt.mp4)
14
+
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)
15
+
16
+
##OR
7
17
8
18
**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