Skip to content

Commit 7b68d27

Browse files
committed
update x64 JRE link
1 parent c9b7f33 commit 7b68d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Any content that is not the property of Oracle (SQLcl and its associated materia
1313
## Building
1414
1. Download the latest SQLcl zip file from [here](https://www.oracle.com/database/sqldeveloper/technologies/sqlcl/download/).
1515
1. Extract the "sqlcl" folder in the archive under the solution folder (ie. at the same level as the "sqlclinstaller" project folder). You can overwrite an empty existing "sqlcl" folder - .gitignore has an entry for that folder. If there are files in the folder (ie. an upgrade situation), I recommend emptying, or deleting it first, as the harvest process will gather everything. Any old/obsolete files would be included.
16-
1. Download the latest 21 LTS Java JRE for Windows x64 zip file from [here](https://adoptium.net/temurin/releases/?os=any&arch=any&version=21). You can substitue a JRE from another source if you prefer.
16+
1. Download the latest 21 LTS Java JRE for Windows x64 zip file from [here](https://adoptium.net/temurin/releases/?os=windows&arch=x64&version=21&package=jre). You can substitue a JRE from another source if you prefer.
1717
1. Extract the contents of the "jdk-21.x.x+x-jre" folder into the "jre" folder under the solution folder (ie. at the same level as the "sqlclinstaller" project folder). You can overwrite an empty existing "jre" folder - .gitignore has an entry for it. If there are files in the folder (ie. an upgrade situation), I recommend emptying, or deleting it first, as the harvest process will gather everything. Any old/obsolete files would be included.
1818
1. Run the **buildrelease.ps1** script. Powershell 7.2 (or newer) is required.
1919
1. The MSI will be in "publish\unsigned\\<culture>".

0 commit comments

Comments
 (0)