# Automation Studio unable to load anything, an hourglass cursor keeps on blinking.

## Introduction

This issue occurs when there is more than one version of Java installed on the machine.

## Solution

To understand which Java version is required to start your application, please follow the steps below.

1. Start your Java application, open the Task Manager (Ctrl+ Alt+ Del), click on More Details if Process tab is not shown. Perform a right-click on the Status column and check-mark the _Command line_ by clicking on it, if it shows as unchecked. Refer to the example below.

2. Make a note of the full path of Java version that the application is working on. Refer the example below.

3. In the image above _“C:\Program Files\Java\jre1.8.0_201\”_ is the path to the JDK/JRE. This path needs to be updated in the respective environment variables, as mentioned in the below 2 links -
    
    For Java version 6 or lower, click [here](https://support.leapwork.com/hc/en-us/articles/360033342451-I-am-unable-to-capture-control-in-my-Java-application-built-in-Java-version-6-and-7).
    
    For Java version 7 or higher, click [here](https://support.leapwork.com/hc/en-us/articles/4734637171228-Errors-while-capturing-Java-application-controls).
