An open API service indexing awesome lists of open source software.

https://github.com/vimaltiwari2612/javacompile-runeditior

Its a Java code editor .Create, save, run & enjoy java programming with it.
https://github.com/vimaltiwari2612/javacompile-runeditior

awt-graphics corejava desktop-application developer-tools eclipse-plugin ide intellij java-8 java-swing javafx-desktop-apps

Last synced: about 1 month ago
JSON representation

Its a Java code editor .Create, save, run & enjoy java programming with it.

Awesome Lists containing this project

README

          

# JavaCompile-RunEditior

Create, save, run & enjoy java programming with it.

Features:
1. no need to type commands for compilation .

![screenshot](https://github.com/vimaltiwari2612/JavaCompile-RunEditior/blob/master/1.png)

2. line by line compilation and tracking while writing code [Auto Compilation Feature].

![screenshot](https://github.com/vimaltiwari2612/JavaCompile-RunEditior/blob/master/4.png)

3. can run program easily with or without dependencies

![screenshot](https://github.com/vimaltiwari2612/JavaCompile-RunEditior/blob/master/2.png)
![screenshot](https://github.com/vimaltiwari2612/JavaCompile-RunEditior/blob/master/3.png)

#HowToRunIt

1. open cmd
2. type cd "your path upto Editor.jar"
3. inside libs type java -cp Editor.jar;. com.editor.pl.ApplicationPanel

HAVE FUN!!