You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Any content that is not the property of Oracle (SQLcl and its associated materia
13
13
## Building
14
14
1. Download the latest SQLcl zip file from [here](https://www.oracle.com/database/sqldeveloper/technologies/sqlcl/download/).
15
15
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.
17
17
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.
18
18
1. Run the **buildrelease.ps1** script. Powershell 7.2 (or newer) is required.
19
19
1. The MSI will be in "publish\unsigned\\<culture>".
0 commit comments