APDevFundamentals4.1 Setup
APDevFundamentals4.1 Setup
Setup Requirements
2. Internet access to the following ports and hosts (with > 5Mbps download and > 2Mbps
upload)
Port Host
3306 learn.mulesoft.com
If you have restricted internet access and cannot access some of these ports and hosts, you
can instead use a MuleSoft training services Java application that is included in the student files
for the course.
6. Two screens
The class uses a walkthrough model in which you follow along and complete exercises with
your instructor. In order to do this effectively, you need either two monitors or two computers:
• The first for the WebEx session and watching the instructor
• The second for using the tool(s) to complete the exercises yourself
2. JDK 1.8
http://www.oracle.com/technetwork/java/javase/downloads/index.html
This is required for Anypoint Studio.
Note: Be sure to install the 64-bit version if you are running a 64-bit operating system or the 32-
bit version if you are running a 32-bit operating system.
Confirm with java -version in a command-line interface.
After installing the correct JDK version, add or update an environment variable named
JAVA_HOME that points to the installation location and then add JAVA_HOME/bin to your
PATH environment variable.
Confirm with echo $PATH or echo %PATH% in a command-line interface.
Note: For instructions on how to set or change environment variables, see the following
instructions for PATH: http://docs.oracle.com/javase/tutorial/essential/environment/paths.html.