Public base of SmartEditor - a text editor built using Java. Requirements: Java 8+(1.8+).
Installation:
- 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
- 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.