Skip to content

Commit

Permalink
Add N&N for support of Windows on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed May 22, 2024
1 parent 5de109c commit 54d2492
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions news/4.32/platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,26 @@ <h2>Themes and Styling </h2>
<h2>General Updates </h2>
</td>
</tr>

<tr id="winows-on-arm">
<!-- https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/577 -->
<td class="title">Support for Windows on ARM</td>
<td class="content">
<p>
The Eclipse SDK is now also available for Windows on the ARM-64bit architecture.
Eclipse Packages are not yet provided for Windows on ARM due to missing Temurin JDKs for that environment,
but the SDK should be completely functional on that platform, with only the following limitations:
<ul>
<li>Automatic file system refresh through native hooks is not yet available.</li>
<li>File system access in general might be slightly slower than on the <code>x86_64</code> architecture.</li>
</ul>
It is intended to remove those limitations in a future release.
</p>
<p>
</p>
</td>
</tr>

<!-- ******************* End of General Updates ************************************* -->
<tr><td colspan="2"/></tr>
</tbody>
Expand Down

0 comments on commit 54d2492

Please sign in to comment.