Background: I am trying to use ini4j for the purpose of parsing config files in the ini format. I run the command: javac -classpath ini4j-0.5.4.jar Driver.java and the compilation goes smoothly…however when I attempt to run the program running: java Driver I get this error: Exception in thread “ma…