-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnetbeans.html
More file actions
161 lines (147 loc) · 7.85 KB
/
netbeans.html
File metadata and controls
161 lines (147 loc) · 7.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
---
layout: page
title: "Apache NetBeans 29"
permalink: /netbeans/
netbeans-version: 29
netbeans-version-next:
jdk-version: 25
exe-x64-link: https://github.com/codelerity/netbeans-packages/releases/download/v29-build1/Apache-NetBeans-29.exe
exe-x64-hash: 0f6233622bd8a54ca0d7b3cfbee9edd55fe71d930687c106f7f2f19756ed8774
pkg-x64-link: https://github.com/codelerity/netbeans-packages/releases/download/v29-build1/Apache-NetBeans-29-x86_64.pkg
pkg-x64-hash: b902907a54e2493b92926110da7bb679f2ab0d45895e725d130f41a05b12e4cf
pkg-arm-link: https://github.com/codelerity/netbeans-packages/releases/download/v29-build1/Apache-NetBeans-29-arm64.pkg
pkg-arm-hash: dba728fc9697e583d7e87f87a77598f35504ada770c0a5fecf8e1acf1a96aa2e
deb-x64-link: https://github.com/codelerity/netbeans-packages/releases/download/v29-build1/apache-netbeans_29-1_amd64.deb
deb-x64-hash: 5e4a96e18826756cdb3f3d44f6110755a146a16ee0c0283096e90e31d893c57b
rpm-x64-link: https://github.com/codelerity/netbeans-packages/releases/download/v29-build1/apache-netbeans-29-0.x86_64.rpm
rpm-x64-hash: f7b305c31be3e4adb604e040e75a248ae44bcfa6de3193c8948bdcbda36e269b
deb-arm-link: https://github.com/codelerity/netbeans-packages/releases/download/v29-build1/apache-netbeans_29-1_arm64.deb
deb-arm-hash: 892954e45cd4fb0305bf277ec3568e3e66c33698a0b7c279ce08db18a9e88f09
---
<section class="intro">
<p><a href="https://netbeans.apache.org">Apache NetBeans</a> packages provided
by Neil C Smith of <span class="codelerity">codelerity</span>. Neil is a member of
the Apache NetBeans PMC and of the Apache Software Foundation. These
packages are built with NBPackage using the official Apache NetBeans binary
zip release. The packages themselves are not released by the foundation.</p>
<p>These installers include a local Java {{ page.jdk-version }} JDK for the IDE to run on,
offering a self-contained out-of-the-box experience. Additional JDK's for projects
may be registered and/or downloaded within the IDE, supporting development of projects
from Java 8 up.</p>
</section>
<section class="sponsor">
<h2>Sponsor</h2>
<p><strong>Your sponsorship</strong> helps to provide these installers freely for everyone. If
you can afford to, please contribute towards their ongoing provision.</p>
<p><a href="https://github.com/sponsors/neilcsmith-net" target="_blank"
class="btn"><i class="fa fa-heart"></i>
Sponsor
<span class="extra-info">via GitHub Sponsors</span></a></p>
<aside>Recommended amount of $10 for individuals, $100 for larger organizations,
but all support gratefully received!</aside>
</section>
<section class="downloads">
<h2>Downloads</h2>
<p class="terms">These packages are provided without warranty, and under the
licenses and terms of the bundled software. Please make sure you're familiar
with all terms before downloading. Apache NetBeans is provided under the terms of the
<a href="https://github.com/apache/netbeans/blob/master/LICENSE">Apache Software License</a>.
All of these packages include the <a href="https://adoptium.net">Eclipse Temurin</a>
build of OpenJDK - see
<a href="https://adoptium.net/en-GB/temurin/release-notes?version={{ page.jdk-version }}">Temurin release notes</a>.
</p>
{% if page.netbeans-version-next %}
<p class="rc-announce"><strong>Apache NetBeans {{ page.netbeans-version-next }} is coming!</strong>
<a href="https://github.com/codelerity/netbeans-packages/releases">Help test
our release candidates</a></p>
{% endif %}
<section class="download-arch">
<h3>Windows (x86_64)</h3>
<div><a href="{{ page.exe-x64-link }}"
class="btn"><i class="fa fa-windows"></i>
Apache NetBeans {{ page.netbeans-version }} + JDK {{ page.jdk-version }}
<span class="type-arch">(.exe x86_64)</span></a></div>
<aside>
<code class="hash">SHA256 : {{ page.exe-x64-hash }}</code>
</aside>
</section>
<section class="download-arch">
<h3>macOS (x86_64)</h3>
<div><a href="{{ page.pkg-x64-link }}"
class="btn"><i class="fa fa-apple"></i>
Apache NetBeans {{ page.netbeans-version }} + JDK {{ page.jdk-version }}
<span class="type-arch">(.pkg x86_64)</span></a></div>
<aside>
<code class="hash">SHA256 : {{ page.pkg-x64-hash }}</code>
</aside>
</section>
<section class="download-arch">
<h3>macOS (arm64)</h3>
<div><a href="{{ page.pkg-arm-link }}"
class="btn"><i class="fa fa-apple"></i>
Apache NetBeans {{ page.netbeans-version }} + JDK {{ page.jdk-version }}
<span class="type-arch">(.pkg arm64)</span></a></div>
<aside>
<code class="hash">SHA256 : {{ page.pkg-arm-hash }}</code>
</aside>
</section>
<section class="download-arch">
<h3>Linux (x86_64)</h3>
<div><a href="{{ page.deb-x64-link }}"
class="btn"><i class="fa fa-linux"></i>
Apache NetBeans {{ page.netbeans-version }} + JDK {{ page.jdk-version }}
<span class="type-arch">(.deb x86_64)</span></a></div>
<aside><code class="hash">SHA256 : {{ page.deb-x64-hash }}</code><br>
The .deb package should be installed using the distribution software manager,
or using eg. <code>sudo dpkg -i FILENAME</code>.</aside>
<div><a href="{{ page.rpm-x64-link }}"
class="btn"><i class="fa fa-linux"></i>
Apache NetBeans {{ page.netbeans-version }} + JDK {{ page.jdk-version }}
<span class="type-arch">(.rpm x86_64)</span></a></div>
<aside>
<code class="hash">SHA256 : {{ page.rpm-x64-hash }}</code><br>
The .rpm package should be installed using the distribution software manager,
or using eg. <code>sudo dnf install ./FILENAME</code>.
</aside>
</section>
<section class="download-arch">
<h3>Linux (arm64)</h3>
<div><a href="{{ page.deb-arm-link }}"
class="btn"><i class="fa fa-linux"></i>
Apache NetBeans {{ page.netbeans-version }} + JDK {{ page.jdk-version }}
<span class="type-arch">(.deb arm64)</span></a></div>
<aside>
<code class="hash">SHA256 : {{ page.deb-arm-hash }}</code><br>
The .deb package should be installed using the distribution software manager,
or using eg. <code>sudo dpkg -i FILENAME</code>.<br>
If using this package on a Raspberry Pi, we recommend switching from Wayland to X11.</aside>
</section>
</section>
<section class="support">
<h2>Support</h2>
<p>For issues with the installers / packages themselves, please
<a href="https://github.com/codelerity/netbeans-packages/issues">raise an issue</a>
on our GitHub repository.</p>
<p>For community support with the IDE itself, please use the
<a href="https://netbeans.apache.org/community/mailing-lists/">Apache NetBeans mailing lists</a>.</p>
<p>For commercial support, maintenance or development with the IDE or platform, please
<a href="/contact/">contact us</a>.<br>
We can also provide customized and supported installers with a JDK and cluster configuration
of your choice.</p>
</section>
<section class="build">
<h2>Build your own</h2>
<p>All our installers are built using the GitHub workflow at
<a href="https://github.com/codelerity/netbeans-packages">https://github.com/codelerity/netbeans-packages</a>.
This is also a template. Feel free to fork, edit and run this workflow to
customize and build your own installer packages. Although if you distribute them,
please make sure to remove references to Codelerity from the configuration!</p>
</section>
<section class="legal">
<h2>Legal</h2>
<p>Apache, Apache NetBeans and the Apache NetBeans logo are trademarks or registered trademarks
of the Apache Software Foundation.
Eclipse Temurin is a trademark of the Eclipse Foundation.
Java and OpenJDK are registered trademarks of Oracle and/or its affiliates.
All other trademarks are the property of their respective holders and used here only for identification purposes.</p>
</section>