Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add N&N for support of Windows on ARM #169

Merged
merged 1 commit into from
May 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 Eclipse 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 all those restrictions in a future release.
</p>
<p>
</p>
</td>
</tr>

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