AndycptSher / Version-Controlled-Editor

personal project
GNU Affero General Public License v3.0
0 stars 1 forks source link

Version-Controlled-Editor

Version Controlled Editor is a text editor with custom version control mechanism. The main focus is:

The auxiliary aim is to provide:


How to Run the Code with JDK in CLI

Method 1: compile to bytecode

javac [path of directory]*.java

java -cp .. [directory].mainfile

Method 2: run source directly

java [path of mainfile]