notepad-- is a basic text editor made with the features new, save, edit, and delete.
|||| How to Run ||||
A .jar file exist.
Run it how you would run any .jar file.
Windows:
-
Open a notepad.exe
-
Write : java -jar notepad --.jar
May need to write: java -jar 'notepad --.jar'
-
Save it with the extension .bat
-
Copy it to the directory which has the .jar file
-
Double click it to run your .jar file
Mac & Linux:
-
Open terminal
-
change to the directory of file with "cd" command
-
Type: java -jar notepad --.jar
May need to write: java -jar 'notepad --.jar'