GithubHelp home page GithubHelp logo

rishabh-sen / java_executor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from garvit-joshi/java_executor-windows

1.0 0.0 0.0 15 KB

A Simple Java Executor For Making Java Files Compiled And Interpret .class Files.

Batchfile 60.17% Python 39.83%

java_executor's Introduction

Java_Executor

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 Specified ( By Default:"C:\JavaProgs" ) And Gives A List Of .java files That You Could Compile. The Program Works With two Python compiled Files ( Filename_class.py and Filename_java.py ) that I Have included in this Repository.

Pre requisite

1.Java JDK Downloaded And Installed(https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html). 2.Python Interpreter Downloaded And Installed(https://www.python.org/downloads/). 3.Python And Java Should Be Installed With Environment Variables.

Steps:

1.Install Python(https://www.python.org/downloads/), When installing Python Check The Box With "Add Python To PATH". 2.Install Java To Your Machine.Assuming you have installed Java in c:\Program Files\java\jdk directory 4.Right-click on 'My Computer' and select 'Properties'. 5.Click the 'Environment variables' button under the 'Advanced' tab. 6.Now, alter the 'Path' variable so that it also contains the path to the Java executable. Example, if the path is currently set to 'C:\WINDOWS\SYSTEM32', then change your path to read 'C:\WINDOWS\SYSTEM32;c:\Program Files\java\jdk\bin'. 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. 8.The Files Are Designed In such a way that the default directory in which they search for java programs is('C:\JavaProgs'), just change the default directory in all three programs to folder where you keep your files.

Happy Compiling

java_executor's People

Contributors

garvit-joshi avatar

Stargazers

Ritik Kumar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.