A Simple Java Executor For Making .java Files Compiled And Interpret .class Files.
When I Was New To Java I Had Difficulty in opening Command Prompt, Going To Directory And Then Compiling My Newly Made Files. So, I created this Batch File Program. It simply goes to the directory where the program is being Executed And Gives A List Of .java files that you could compile.
The program works with two Python Files ( Filename_class.py and Filename_java.py ) that I Have included in this Repository.
The project is also available for Linux User
-
Install Python, when installing Python check the box with
Add Python To PATH
. -
Install Java
-
Now just Make A Folder In your desired directory where you will keep all your java files And Put These Three Files In The Directory
-
The Files Are Designed In such a way that they Search For All the .java And .class files and runs them.