Skip to content

Commit 8a881fa

Browse files
committed
updated Readme.md file
1 parent 1a0de43 commit 8a881fa

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
# Java_Executor
22
A Simple Java Executor For Making .java Files Compiled And Interpret .class Files.<br>
3-
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.<br>
4-
The Program Works With two Python Files ( Filename_class.py and Filename_java.py ) that I Have included in this Repository.<br>
3+
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.<br>
4+
The program works with two Python Files ( Filename_class.py and Filename_java.py ) that I Have included in this Repository.<br>
55

66
## Pre requisite
7-
1.Java JDK Downloaded And Installed(https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html).<br>
8-
2.Python Interpreter Downloaded And Installed(https://www.python.org/downloads/).<br>
9-
3.Python And Java Should Be Installed With Environment Variables.<br>
7+
1. [Java JDK](https://www.oracle.com/java/technologies/javase-downloads.html).<br>
8+
2. [Python](https://www.python.org/downloads/).<br>
9+
3. Python And Java Should Be Installed With Environment Variables.<br>
1010

1111
## Steps:
12-
1.Install Python(https://www.python.org/downloads/), When installing Python Check The Box With "Add Python To PATH".<br>
13-
2.Install Java To Your Machine.Assuming you have installed Java in c:\Program Files\java\jdk directory.<br>
14-
4.Right-click on 'My Computer' and select 'Properties'.<br>
15-
5.Click the 'Environment variables' button under the 'Advanced' tab.<br>
16-
6.Now, alter the 'Path' variable so that it also contains the path to the Java executable.Add A new Path to 'c:\Program Files\java\jdk\bin'.<br>
17-
7.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.<br>
18-
8.The Files Are Designed In such a way that they Search For All the .java And .class files and runs them.<br>
12+
1. Install [Python](https://www.python.org/downloads/), when installing Python check the box with "Add Python To PATH".<br>
13+
2. Installl Java
14+
7. 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.<br>
15+
8. The Files Are Designed In such a way that they Search For All the .java And .class files and runs them.<br>
1916

20-
### For Notepad++ Support please read the Support.md file.
17+
### For Notepad++ Support
18+
[Support.md](Support.md)

0 commit comments

Comments
 (0)