Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Note: Java 1.

8 or higher is required to use this application


How to Launch the application
1. Unzip the exam zip file to a location of your choice

2. Right click on the folder you just unzipped and open a terminal at that folder, depending on your OS version, it
can be done either of the following ways.
3. Switch to the terminal you just opened and use this command to launch the application

Java -jar NAME_OF_THE_JAR_FILE i.e. underlined in yellow below

e.g. java -jar Microsoft-AZ-900.jar

Successful launch should show a dialog like this


Troubleshooting

1. Zsh:command not found: java

Resolution: Check if you have java installed on your system

If you have java installed on your system, you should have received a response like the above otherwise it would say
“command not found: java”.

Install java and follow the steps in “How to launch the application section above”. Java installation package can be
found here https://www.oracle.com/uk/java/technologies/javase-downloads.html

2. Older version of java installed

If you see a message like below, you have an older version of java installed, this application requires java 8 or higher.

upgrade java and follow the steps in “How to launch the application section above”.

If problem persists, please contact us on our support email address, available on our site.

You might also like