This section describes how to start Data Studio.
The StartDataStudio.bat batch file checks the version of Operating System (OS), Java and Data Studio as a prerequisite to run Data Studio.
The batch file checks the version compatibility and will launch Data Studio or display appropriate message based on the OS, Java and Data Studio version installed.
If the Java version installed is earlier than 1.8, then error message is displayed.
The batch file determines the versions of the OS and Java for Data Studio based on the following scenarios:
DS Installation (32-bit/64-bit) |
OS (Bit) |
Java (bit) |
Outcome |
---|---|---|---|
32 |
32 |
32 |
Data Studio is launched. |
32 |
64 |
32 |
Data Studio is launched. |
32 |
64 |
64 |
Error Message is displayed. |
64 |
32 |
32 |
Error Message is displayed. |
64 |
64 |
32 |
Error Message is displayed. |
64 |
64 |
64 |
Data Studio is launched. |