@@ -9,13 +9,33 @@ improvements and bugfixes.
9
9
> ** _ NOTE_ ** : This is a ** development** branch that is periodically synchronized with
10
10
> the [ OpenJDK master] ( https://github.com/openjdk/jdk/tree/master ) branch.
11
11
>
12
- > Release builds are based on these branches:
13
- > * [ master] ( https://github.com/JetBrains/JetBrainsRuntime/tree/master ) (JDK 11)
14
- > * [ master17] ( https://github.com/JetBrains/JetBrainsRuntime/tree/master17 ) (JDK 17)
15
-
12
+ Release builds are based on these branches:
13
+ * [ jbr11] ( https://github.com/JetBrains/JetBrainsRuntime/tree/jbr11 ) (JDK 11)
14
+ * [ jbr17] ( https://github.com/JetBrains/JetBrainsRuntime/tree/jbr17 ) (JDK 17)
15
+
16
+ Download the latest releases of JetBrains Runtime to use with JetBrains IDEs. The full list
17
+ can be found on the [ releases page] ( https://github.com/JetBrains/JetBrainsRuntime/releases ) .
18
+
19
+ ## Releases based on JDK 17
20
+
21
+ | IDE Version | Latest JBR | Date Released |
22
+ | -------------| ---------------------------------------------------------------------------------------------------| ---------------|
23
+ | 2022.2 | [ 17.0.3-b423.10] ( https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr17.0.3b423.10 ) | 17-May-2022 |
24
+ | 2022.1 | [ 17_0_2-b315.1] ( https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr17_0_2b315.1 ) | 09-Feb-2022 |
25
+ | 2021.3 | [ 17_0_1-b164.8] ( https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr17_0_1b164.8 ) | 15-Nov-2021 |
26
+
27
+ ## Releases based on JDK 11
28
+
29
+ | IDE Version | Latest JBR | Date Released |
30
+ | -------------| -------------------------------------------------------------------------------------------------------| ---------------|
31
+ | 2022.1 | [ 11_0_15-b2043.56] ( https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr11_0_15b2043.56 ) | 17-May-2022 |
32
+ | 2021.3 | [ 11_0_14_1-b1751.46] ( https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr11_0_14_1b1751.46 ) | 21-Feb-2022 |
33
+ | 2021.2 | [ 11_0_13-b1504.49] ( https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jb11_0_13-b1504.49 ) | 15-Nov-2021 |
34
+ | 2021.1 | [ 11.0.11+9-b1341.60] ( https://confluence.jetbrains.com/pages/viewpage.action?pageId=218857477 ) | 15-Jun-2021 |
35
+ | 2020.3 | [ 11_0_11-b1145.115] ( https://confluence.jetbrains.com/pages/viewpage.action?pageId=219349001 ) | 21-Jun-2021 |
16
36
17
37
## Contents
18
- - [ Welcome to JetBrains Runtime] ( #jetbrains-runtime )
38
+ - [ Welcome to JetBrains Runtime] ( #welcome-to- jetbrains-runtime )
19
39
- [ Products Built on JetBrains Runtime] ( #products-built-on-jetbrains-runtime )
20
40
- [ Getting Sources] ( #getting-sources )
21
41
- [ macOS, Linux] ( #macos-linux )
@@ -63,7 +83,7 @@ Please refer to [OpenJDK build docs](https://openjdk.java.net/groups/build/doc/b
63
83
coverage of all the details.
64
84
65
85
> ** _ TIP:_ ** To get a preliminary report of what's missing, run ` ./configure ` and check its output.
66
- > It would usually have a meaningful advice on how to solve the problem.
86
+ > It would usually have meaningful advice on how to solve the problem.
67
87
68
88
### Linux (Docker)
69
89
Create a container:
@@ -87,7 +107,7 @@ Install the necessary tools, libraries, and headers with:
87
107
$ sudo apt-get install autoconf make build-essential libx11-dev libxext-dev libxrender-dev libxtst-dev \
88
108
libxt-dev libxrandr-dev libcups2-dev libfontconfig1-dev libasound2-dev
89
109
```
90
- Get Java 17 (for instance, [ Azul Zulu Builds of OpenJDK 17 ] ( https://www.azul.com/downloads/?version=java-17-ea &package=jdk ) ).
110
+ Get Java 18 (for instance, [ Azul Zulu Builds of OpenJDK 18 ] ( https://www.azul.com/downloads/?version=java-18-sts&os=linux &package=jdk ) ).
91
111
92
112
Then run the following:
93
113
```
@@ -107,7 +127,7 @@ Install the following:
107
127
* [ Visual Studio compiler toolset] ( https://visualstudio.microsoft.com/downloads/ ) .
108
128
Install with the desktop development kit, which includes Windows SDK and compilers.
109
129
Visual Studio 2019 is supported by default.
110
- * Java 17 (for instance, [ Azul Zulu Builds of OpenJDK 17 ] ( https://www.azul.com/downloads/?version=java-17-ea &os=windows&architecture=x86-64-bit& package=jdk ) .
130
+ * Java 18 (for instance, [ Azul Zulu Builds of OpenJDK 18 ] ( https://www.azul.com/downloads/?version=java-18-sts &os=windows&package=jdk ) ).
111
131
If you have problems while configuring, read [ Java tips on Cygwin] ( http://horstmann.com/articles/cygwin-tips.html ) .
112
132
113
133
From the command line:
@@ -129,7 +149,7 @@ This will build the release configuration under `./build/windows-x86_64-server-r
129
149
### macOS
130
150
Install the following:
131
151
* Xcode command line developer tools and ` autoconf ` via [ Homebrew] ( https://brew.sh/ ) .
132
- * Java 17 (for instance, [ Azul Zulu Builds of OpenJDK 17 ] ( https://www.azul.com/downloads/?version=java-17-ea &package=jdk ) ).
152
+ * Java 18 (for instance, [ Azul Zulu Builds of OpenJDK 18 ] ( https://www.azul.com/downloads/?version=java-18-sts&os=macos &package=jdk ) ).
133
153
134
154
From the command line:
135
155
```
@@ -170,6 +190,6 @@ We are happy to receive your pull requests!
170
190
Before you submit one, please sign our [ Contributor License Agreement (CLA)] ( https://www.jetbrains.com/agreements/cla/ ) .
171
191
172
192
## Resources
173
- * [ JetBrains Runtime on github ] ( https://github.com/JetBrains/JetBrainsRuntime ) .
193
+ * [ JetBrains Runtime on GitHub ] ( https://github.com/JetBrains/JetBrainsRuntime ) .
174
194
* [ OpenJDK build instructions] ( https://openjdk.java.net/groups/build/doc/building.html ) .
175
195
* [ OpenJDK test instructions] ( https://htmlpreview.github.io/?https://raw.githubusercontent.com/openjdk/jdk/master/doc/building.html#running-tests ) .
0 commit comments