Skip to content

Commit

Permalink
Updates README to link to azul for jdk install (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssabryant authored Nov 20, 2024
1 parent b3fb317 commit f7ffb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _The app handles loading data only. For features such as exporting and deleting

## Quick Start Guide

1. Install Java if you don't have it already (you won't need the development kit for Windows) - [Windows](http://javadl.oracle.com/webapps/download/AutoDL?BundleId=210182) | [Mac](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
1. Install Java if you don't have it already (you won't need the development kit for Windows) - [Windows](https://www.azul.com/downloads/?version=java-8-lts&os=windows&package=jdk#zulu) | [Mac](https://www.azul.com/downloads/?version=java-8-lts&os=macos&package=jdk#zulu)

1. Verify that you have a compatible version of java on the command line by typing: `java -version`, which should show: `java version "1.8.x"`

Expand Down Expand Up @@ -252,7 +252,7 @@ There are multiple ways to contribute to Bullhorn DataLoader:

1. Install Prerequisites
* [Apache Maven 3.0](https://maven.apache.org/)
* [Java SDK 1.8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
* [Java SDK 1.8](https://www.azul.com/downloads/?version=java-8-lts&package=jdk#zulu)
* [Node.js](https://nodejs.org/en/)

2. Clone the repo:
Expand Down

0 comments on commit f7ffb7c

Please sign in to comment.