Skip to content

freegeek-pdx/Keyboard-Test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keyboard Test

Cross-platform Keyboard Test application written in Java.

Building (using ant)

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 jar

The built java executable (jar) will be available at dist/KeyboardTest.jar

Running

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.jar

License

This project is under MIT License

About

Cross-platform Keyboard Test application written in Java.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 89.3%
  • Shell 10.7%