Skip to content

Commit fe7dc92

Browse files
committed
Open JRE updates for CTP 3.2
1 parent f130978 commit fe7dc92

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

docs/advanced-analytics/what-is-sql-server-machine-learning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.date: 06/13/2019
88
ms.topic: overview
99
author: dphansen
1010
ms.author: davidph
11+
monikerRange: ">=sql-server-2016||=sqlallproducts-allversions"
1112
---
1213
# SQL Server Machine Learning Services (R, Python)
1314
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)]

docs/language-extensions/install/install-sql-server-language-extensions-on-windows.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ Starting in SQL Server 2019, Language Extensions and Java support are provided.
4040

4141
## Java JRE or JDK
4242

43-
In CTP 3.2, Zulu Open JRE version 11.0.3 is supported and is included with the SQL Server installation.
43+
In CTP 3.2, the default Java runtime is Zulu Open JRE version 11.0.3. This runtime is supported and included with the SQL Server installation.
4444

45-
You can also use your preferred Java distribution instead of Zulu Open JRE. If you chose to use another Java distribution, you need to install it before installing SQL Server.
46-
47-
Java 11 is currently the supported version on Windows. The Java Runtime Environment (JRE) is the minimum requirement, but Java Development Kit (JDK) is useful if you need the Java compiler and development packages. Because the JDK is all inclusive, if you install the JDK, the JRE is not necessary. On Windows, we recommend installing the JDK under the default `/Program Files/` folder if possible. Otherwise, extra configuration is required to grant permissions to executables. For more information, see the [grant permissions (Windows)](#perms-nonwindows) section in this document.
45+
You can also use your preferred Java distribution instead of Zulu Open JRE. Java 11 is currently the supported version on Windows. The Java Runtime Environment (JRE) is the minimum requirement, but Java Development Kit (JDK) is useful if you need the Java compiler and development packages. Because the JDK is all inclusive, if you install the JDK, the JRE is not necessary. On Windows, we recommend installing the JDK under the default `/Program Files/` folder if possible. Otherwise, extra configuration is required to grant permissions to executables. For more information, see the [grant permissions (Windows)](#perms-nonwindows) section in this document.
4846

4947
> [!NOTE]
5048
> Given that Java is backwards compatible, earlier versions might work, but the supported and tested version for the CTP 3.2 release is Java 11.
@@ -84,7 +82,7 @@ For local installations, you must run Setup as an administrator. If you install
8482

8583
- **Install Open JRE 11.0.3 included with this installation**. Choose this option if you want to install Zulu Open JRE 11.0.3 that is included with SQL Server. You do not need to install your JRE or JDE before you install SQL Server.
8684

87-
- **Provide the location of a different version that has been installed on this computer**. Choose the option if you want to install your own JDK or JRE. The JDK or JRE needs to be installed before you install see SQL Server.
85+
- **Provide the location of a different version that has been installed on this computer**. Choose the option if you want to install your own JDK or JRE.
8886

8987
![Choose Java install location](../media/ctp32-openjdk.png)
9088

docs/language-extensions/language-extensions-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ monikerRange: ">=sql-server-ver15||=sqlallproducts-allversions"
1313
# What is SQL Server Language Extensions (preview)?
1414
[!INCLUDE[tsql-appliesto-ssver15-xxxx-xxxx-xxx](../includes/tsql-appliesto-ssver15-xxxx-xxxx-xxx.md)]
1515

16-
Language Extensions is a feature of SQL Server used for executing external code. In SQL Server 2019 CTP 3.2, Java is supported. The relational data can be used in the external code using the [extensibility framework](concepts/extensibility-framework.md).
16+
Language Extensions is a feature of SQL Server used for executing external code. The relational data can be used in the external code using the [extensibility framework](concepts/extensibility-framework.md).
17+
18+
In SQL Server 2019 CTP 3.2, Java is supported. The default Java runtime is Zulu Open JRE. You can also use another Java JRE or SDK.
1719

1820
## What you can do with Language Extensions
1921

docs/language-extensions/language-extensions-whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This release adds the support for Language Extensions in SQL Server. For more in
2121

2222
| Release | Feature update |
2323
|---------|----------------|
24-
| CTP 3.2 | Open Zulu JRE 11.0.3 is now included with the [SQL Server Language Extensions installation](install/install-sql-server-language-extensions-on-windows.md#java-jre-jdk). |
24+
| CTP 3.2 | New default Java Runtime is Open Zulu JRE 11.0.3 and is included with the [SQL Server Language Extensions installation](install/install-sql-server-language-extensions-on-windows.md#java-jre-jdk). |
2525
| CTP 3.1 | New supported [Java data types](how-to/java-to-sql-data-types.md). |
2626
| CTP 3.0 | New [CREATE EXTERNAL LANGUAGE](../t-sql/statements/create-external-language-transact-sql.md) for registering external language (for example, Java) in SQL Server.
2727
| | New supported [Java data types](how-to/java-to-sql-data-types.md). |

0 commit comments

Comments
 (0)