Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

JC-ProgJava/SmartEditor.java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartEditor

Public base of SmartEditor - a text editor built using Java. Requirements: Java 8+(1.8+).

Installation:

  1. Get .jar file from: https://github.com/JC-ProgJava/SmartEditor.java/blob/master/SmartEditor.java/SmartEditor%20Runnable/SmartEditor.java.jar?raw=true OR: MacOS -> https://github.com/JC-ProgJava/SmartEditor.java/blob/master/SmartEditor.zip?raw=true
  2. Double-click on jar to run.

If error occurs, please run from command prompt/terminal:

(Windows) JAR:

 cd -directory of jar file-
 java -jar SmartEditor.java.jar

(Mac/Linux) JAR:

 cd -directory of jar file-
 java -jar SmartEditor.java.jar

(Mac) .App: Double click on appliation to run, you can add application to your dock.