@@ -4,6 +4,35 @@ Public base of SmartEditor - a text editor built using Java.
44Requirements:
55 Java 8+(1.8+).
66
7+
8+ Installation:
9+ 1 . Get .jar file from: https://github.com/JC-ProgJava/SmartEditor.java/blob/master/SmartEditor.java/SmartEditor%20Runnable/SmartEditor.java.jar?raw=true
10+ OR: MacOS -> https://github.com/JC-ProgJava/SmartEditor.java/blob/master/SmartEditor.zip?raw=true
11+ 2 . Double-click on jar to run.
12+
13+ If error occurs, please run from command prompt/terminal:
14+
15+ (Windows) JAR:
16+
17+
18+ cd -directory of jar file-
19+ java -jar SmartEditor.java.jar
20+
21+
22+ (Mac/Linux) JAR:
23+
24+
25+ cd -directory of jar file-
26+ java -jar SmartEditor.java.jar
27+
28+
29+ (Mac) .App:
30+
31+
32+ Double click and extract. To run, double click again.
33+ You can add the application to your dock.
34+
35+
736
837Demo(Installation below):
938
@@ -35,30 +64,3 @@ Rename Files On-The-FLy
3564Startup Appearance:
3665![ Startup Appearance] ( https://github.com/JC-ProgJava/SmartEditor.java/blob/master/Demo/SS1.png )
3766
38-
39- Installation:
40- 1 . Get .jar file from: https://github.com/JC-ProgJava/SmartEditor.java/blob/master/SmartEditor.java/SmartEditor%20Runnable/SmartEditor.java.jar?raw=true
41- OR: MacOS -> https://github.com/JC-ProgJava/SmartEditor.java/blob/master/SmartEditor.zip?raw=true
42- 2 . Double-click on jar to run.
43-
44- If error occurs, please run from command prompt/terminal:
45-
46- (Windows) JAR:
47-
48-
49- cd -directory of jar file-
50- java -jar SmartEditor.java.jar
51-
52-
53- (Mac/Linux) JAR:
54-
55-
56- cd -directory of jar file-
57- java -jar SmartEditor.java.jar
58-
59-
60- (Mac) .App:
61-
62-
63- Double click and extract. To run, double click again.
64- You can add the application to your dock.
0 commit comments