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 :
- 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.
- Install Java http://www.java.com/en/download/manual.jsp
- Just double click the “.jar ” file, it should execute.
- Otherwise you can execute in CMD ( Command Prompt ) by typing “ java -jar .jar ”
Linux :
- Open terminal and type “ java -jar .jar ”