In eclipse neon, I add a .jar file (Clavier.jar) and I can’t use it in my java program. It’s coming from the french book : « Programmer en java » and the autor is Claude Dellanoy. The Clavier.jar class is used in my university course to read input from a user (like the Scanner class). I already try to import the class in the .jar file and it doesn't work.
How can I get the Clavier.jar work in my java program?
Screenshot = http://prntscr.com/coc1f3
link to the Clavier.jar = http://www.grosmax.uqam.ca/prog/Inf1120/Outils/Outils.htm