/notepad--

Primary LanguageJavaMIT LicenseMIT

notepad--

StackShare

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:

  1. Open a notepad.exe

  2. Write : java -jar notepad --.jar

    May need to write: java -jar 'notepad --.jar'

  3. Save it with the extension .bat

  4. Copy it to the directory which has the .jar file

  5. Double click it to run your .jar file

Mac & Linux:

  1. Open terminal

  2. change to the directory of file with "cd" command

  3. Type: java -jar notepad --.jar

    May need to write: java -jar 'notepad --.jar'