Skip to content

Commit 4e067dc

Browse files
committed
Add N&N for support of Windows on ARM
Part of eclipse-platform/eclipse.platform.releng.aggregator#577
1 parent 5de109c commit 4e067dc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

news/4.32/platform.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,26 @@ <h2>Themes and Styling </h2>
9797
<h2>General Updates </h2>
9898
</td>
9999
</tr>
100+
101+
<tr id="winows-on-arm">
102+
<!-- https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/577 -->
103+
<td class="title">Support for Windows on ARM</td>
104+
<td class="content">
105+
<p>
106+
The Eclipse SDK is now also available for Windows on the ARM-64bit architecture.
107+
Eclipse Packages are not yet provided for Windows on ARM due to missing Eclipse Temurin JDKs for that environment,
108+
but the SDK should be completely functional on that platform, with only the following limitations:
109+
<ul>
110+
<li>Automatic file system refresh through native hooks is not yet available.</li>
111+
<li>File system access in general might be slightly slower than on the <code>x86_64</code> architecture.</li>
112+
</ul>
113+
It is intended to remove all those restrictions in a future release.
114+
</p>
115+
<p>
116+
</p>
117+
</td>
118+
</tr>
119+
100120
<!-- ******************* End of General Updates ************************************* -->
101121
<tr><td colspan="2"/></tr>
102122
</tbody>

0 commit comments

Comments
 (0)