All Projects → garvit-joshi → Java_Executor-Windows

garvit-joshi / Java_Executor-Windows

Licence: GPL-2.0 license
A Simple Java Executor For Making Java Files Compiled And Interpret .class Files. (With Notepad++ Support)

Programming Languages

python
139335 projects - #7 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to Java Executor-Windows

googlejavaformat-action
GitHub Action that formats Java files following Google Style guidelines
Stars: ✭ 66 (+450%)
Mutual labels:  java-files

Java_Executor (Windows)

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

Pre requisite

  1. Java JDK.
  2. Python.
  3. Python And Java Should Be Installed With Environment Variables.

Steps:

  1. Install Python, when installing Python check the box with Add Python To PATH.

  2. Install Java

  3. 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

  4. The Files Are Designed In such a way that they Search For All the .java And .class files and runs them.

For Notepad++ Support

Read Support.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].