Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 865 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 865 Bytes

Notepad

Notepad made using java swing. I used Eclipse IDE for developing this application.

openjdk version "16.0.2" 2021-07-20

OpenJDK Runtime Environment (build 16.0.2+7-67)

OpenJDK 64-Bit Server VM (build 16.0.2+7-67, mixed mode)

Installation Note:

The program code is written Java Syntax and available in java virtual machine executable format (.jar). To run in :

Windows :

  1. Make sure you have Java installed on your system. Check this by typing java -version into the command terminal. If you don’t have the latest version of Java, update it before proceeding.
  2. Install Java http://www.java.com/en/download/manual.jsp
  3. Just double click the “.jar ” file, it should execute.
  4. Otherwise you can execute in CMD ( Command Prompt ) by typing “ java -jar .jar ”

Linux :

  1. Open terminal and type “ java -jar .jar ”