Cross-platform Keyboard Test application written in Java.
Requirements:
- JDK 11
- Apache Ant 1.10.4 (or above)
The project can be compiled and built using NetBeans IDE as it's the base IDE used for this project. However, apache ant can be used to compile and build the sources. The java executable (jar) can be built directly with ant using:
ant jarThe built java executable (jar) will be available at dist/KeyboardTest.jar
If java is integrated in the desktop envirnmont, you can directly double click the jar file to run it. You can also run the java executable through command line:
java -jar dist/KeyboardTest.jarThis project is under MIT License