-
Notifications
You must be signed in to change notification settings - Fork 14
How to: install Java
Jeremy edited this page May 20, 2021
·
1 revision
Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. For this project, you need Java in order to use the serverless-dynamodb-local
plugin, which is a local version of DynamoDB.
- macOS: This is the only platform this project supports
- Homebrew: a package manager for macOS
-
Install java (openjdk v11):
brew install java11
-
Add jdk to path:
echo '; export PATH="/usr/local/opt/openjdk/bin:$PATH"' >> ~/.bash_profile
-
Link java:
brew link --force openjdk@11
-
Re-init bash profile:
source ~./.bash_profile
-
Run
java --version
to verify install.- should print version and runtime info to terminal, eg:
openjdk 11.0.10 2021-01-19 OpenJDK Runtime Environment (build 11.0.10+9) OpenJDK 64-Bit Server VM (build 11.0.10+9, mixed mode)
- should print version and runtime info to terminal, eg:
- Home
- Design
- How to
- Configure an Okta application
- Configure an environment for Okta
- Create an SSM parameter
- Get cloudformation stack outputs
- Clone this repo
- Install Homebrew
- Install Git
- Install nvm
- Install Node.js
- Install Java
- Install AWS CLI
- Install awslogs
- Install Docker Desktop
- Install Code Climate CLI
- Install serverless
- Install Yarn
- Install testcafe
- Re run a github actions workflow
- Workflows