Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Download and Install Workday Studio

Download and Install Workday Studio

Workday Studio is built on the Eclipse development platform. It comprises more than 150 Eclipse plugins in addition to platform and third-party dependencies. To use it, you need 2 versions of the Java Development Kit (JDK):
  • Eclipse requires a JDK compatible with Java version 11.
  • The Studio runtime requires a JDK compatible with Java version 8.
Install both JDKs and then ensure that:
  • Your Java Runtime Environment is set to Java 8.
  • Your JDK compiler compliance level is set to Java 1.8.
  1. Download and install a JDK that's compatible with Java version 11. You can download the software from Oracle or you can use the free open-source implementation, OpenJDK.
    Users of Apple silicon such as the M1 and M2 chipsets must use an x86_64 JDK. A JDK for ARM processors won't work.
    Source
    Notes
    Oracle JDK 1.1
    Requires a commercial license. You can download the Oracle JDK 1.11 installer for your operating system here.
    OpenJDK 11
    Doesn't require a commercial license. OpenJDK is available from a number of sources. Example: you can download the Zulu OpenJDK installer here.
  2. Download and install a JDK that's compatible with Java version 8. You can download the software from Oracle or you can use the free open-source implementation, OpenJDK.
    Studio requires a JDK that's compatible with Java 8 specifically, not Java 8 as a minimum.
    Source
    Notes
    Oracle JDK 1.8
    Requires a commercial license. You can download the Oracle JDK 1.8 installer for your operating system here.
    OpenJDK 8
    Doesn't require a commercial license. OpenJDK is available from a number of sources. Example: you can download the Zulu OpenJDK installer here.
  3. Download the Workday Studio installer:
    Platform
    Download Link
    Windows (x86, 64-bit)
    macOS (x86, 64-bit)
  4. To launch the installation on Windows, double-click the installation executable file. To install Studio in the C:\Program Files folder, you must run the executable as an Administrator by right-clicking it and selecting
    Run as Administrator
    .
    You can use the Command Prompt application to run a silent Studio installation on Windows. In Command Prompt, navigate to the directory where you saved the installation file and enter:
    <Installation_Filename>.exe /S /J=<Java_Home> /D=<Installation_Directory>
    where the argument:
    • /S
      specifies silent installation.
    • /J
      specifies the JDK 11 path.
    • /RD
      installs Workday Report Designer.
    • /D
      specifies the installation folder (this argument must be the last in the command).
    Example:
    workday-studio-x86_64.exe /S /J=C:\Program Files\Zulu\zulu11.62.17-ca-jdk11.0.18-win_x64 /D=C:\Studio
  5. To launch the installation on macOS, open the installation .jar file.
  6. Read the license agreement, then select the terms acceptance check box. Click
    Next
    .
  7. Browse to the directory where you wish to install Studio. Click
    Next
    .
  8. Browse to the location of your JDK 11 installation and click
    Next
    . Examples of JDK installation locations:
    Windows: C:\Program Files\Zulu\zulu11.62.17-ca-jdk11.0.18-win_x64
    macOS: /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
  9. If the JVM details are correct, click
    Confirm
    . Otherwise, click
    Back
    .
  10. Select the
    Report Designer
    pack to install it alongside Workday Studio. You can also install Report Designer later from within Studio.
  11. When Studio displays the Installation Complete message, click
    Next
    , then click
    Finish
    .
    Eclipse with Java 11 can't use a Workspace created by Eclipse with Java 8. On launch, you can update your existing Workspace to make it compatible with Java 11. Alternatively, you can create an entirely new compatible Workspace. Once you've updated your Workspace, you can't use it with earlier versions of Studio.
  12. To ensure that Java 8 is available as a Java Runtime Environment in Studio, navigate to its
    Preferences
    panel:
    Windows:
    Window
    Preferences
    Java
    Installed JREs
    macOS:
    Workday Studio
    Preferences
    Java
    Installed JREs
    If Java 8 is missing, click
    Add
    and select
    Standard VM
    as the JRE Type. Specify the
    Directory
    where you installed the JDK 8.
  13. Ensure that the check box beside the Java 8 JRE is selected.
  14. Check the Execution Environments for a perfect match:
    Windows:
    Window
    Preferences
    Java
    Installed JREs
    Execution Environments
    macOS:
    Workday Studio
    Preferences
    Java
    Installed JREs
    Execution Environments
    Select
    JavaSE-1.8
    in the
    Execution Environments
    panel, then select the environment described as a 'perfect match' in the
    Compatible JREs
    panel.
  15. In Studio's
    Preferences
    panel, navigate to
    Java
    Compiler
    .
  16. Under
    JDK Compliance
    , from the
    Compiler compliance level
    drop-down menu, select
    1.8
    .
  17. Click
    Apply and Close
    .