Download and Install Workday Studio for macOS
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 17.
- The Studio runtime requires a JDK compatible with Java version 8.
- Your Java Runtime Environment is set to Java 8.
- Your JDK compiler compliance level is set to Java 1.8.
- Download and install a JDK that's compatible with Java version 17. You can download the free open-source implementation, OpenJDK, from a variety of sources.Example:
- Select the Zulu OpenJDK 17 that’s appropriate for your operating system.
- Users of Apple Silicon must use an Apple Silicon ARM JDK17. An x86_64 JDK will not work.
- Studio requires a JDK that's compatible with Java 17 specifically, not Java 17 as a minimum.
- Download and install a JDK that's compatible with Java version 8. Again, you can choose the free open-source implementation, OpenJDK.Example:
- Select the Zulu OpenJDK 8 that’s appropriate for your operating system
- Users of Apple Silicon must use an Apple Silicon ARM JDK8. An x86_64 JDK will not work.
- Studio requires a JDK that's compatible with Java 8 specifically, not Java 8 as a minimum.
- Download the correct macOS Studio installer:
- To launch the installation, open the installation .jar file.
- Read the license agreement, then select the terms acceptance check box. ClickNext.
- Browse to the location of your JDK 17 installation and clickNext. Example: /Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home.
- If the JVM details are correct, clickConfirm. Otherwise, clickBack.
- Select theReport Designerpack to install it alongside Workday Studio. You can also install Report Designer later from within Studio.
- Browse to the directory where you wish to install Studio. ClickNext.
- When Studio displays the Installation Complete message, clickNext, then clickFinish.Eclipse with Java 17 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 17. 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.
- To ensure that Java 8 is available as a Java Runtime Environment in Studio, navigate to itsPreferencespanel:If Java 8 is missing, clickAddand selectStandard VMas the JRE Type. Specify theDirectorywhere you installed the JDK 8.
- Ensure that the check box beside the Java 8 JRE is selected.
- Check the Execution Environments for a perfect match:SelectJavaSE-1.8in theExecution Environmentspanel, then select the environment described as a 'perfect match' in theCompatible JREspanel.
- In Studio'sPreferencespanel, navigate to .
- UnderJDK Compliance, from theCompiler compliance leveldrop-down menu, select1.8.
- ClickApply and Close.Before configuring Studio, refer to this overview of Workday Data Centers. The data center page for your tenants contains information that your IT department can use to configure firewalls and ensure proper Studio access to Workday.