You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Icons directory and its files must be present on the path when running the application (so you will have to move "*icons/*" into "*src/*" folder)**
42
+
**Icons directory and its files must be present on the path when running the application (so you will have to move "*icons/*" into "*src/*" directory)**
43
43
44
44
45
45
## Demo
@@ -48,7 +48,7 @@ Download the Jar file and double click to run
48
48
49
49
Or run `java -jar SimpleJavaTextEditor.jar` from the command line
50
50
51
-
You can also generate easily a new jar file with the following command in *src/*folder`jar cmvf META-INF/MANIFEST.MF SimpleJavaTextEditor.jar simplejavatexteditor/*.class`
51
+
You can also generate easily a new jar file with the following command when you are in *src/*directory`jar cmvf ../manifest.mf ../SimpleJavaTextEditor.jar simplejavatexteditor/*.class`
0 commit comments