-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnetbeans.html
More file actions
210 lines (193 loc) · 9.78 KB
/
Copy pathnetbeans.html
File metadata and controls
210 lines (193 loc) · 9.78 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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
---
layout: page
title: "Apache NetBeans 30"
permalink: /netbeans/
netbeans-version: 30
netbeans-version-next: 31
jdk-version: 26
exe-x64-link: https://github.com/codelerity/netbeans-packages/releases/download/v30-build1/Apache-NetBeans-30.exe
exe-x64-hash: bae35bbc1a7f6972c9ee5451fe7ef87f876f70b80222a16ebb264b732e605c8b
pkg-x64-link: https://github.com/codelerity/netbeans-packages/releases/download/v30-build1/Apache-NetBeans-30-x86_64.pkg
pkg-x64-hash: f4dbe41ee60b440d57901f9972d464190122da536413f6a5b29ea65f5d50c0e0
pkg-arm-link: https://github.com/codelerity/netbeans-packages/releases/download/v30-build1/Apache-NetBeans-30-arm64.pkg
pkg-arm-hash: 67f6583910f260f4486958d7d7c8ded9cf4c5ece7e8d46d735875c0e59be76d9
deb-x64-link: https://github.com/codelerity/netbeans-packages/releases/download/v30-build1/apache-netbeans_30-1_amd64.deb
deb-x64-hash: 55613194cde43ee989bd2e672ad9ba4f643edfc42bd8ec551677d7d85d40c9a0
rpm-x64-link: https://github.com/codelerity/netbeans-packages/releases/download/v30-build1/apache-netbeans-30-0.x86_64.rpm
rpm-x64-hash: 6e6dad981ddd1a5351e1fe892d802e1a723b50dbf2c0fcfaee44031a330c1211
deb-arm-link: https://github.com/codelerity/netbeans-packages/releases/download/v30-build1/apache-netbeans_30-1_arm64.deb
deb-arm-hash: ff328ac46ad30a27d57d38cd5e40378679409ec5844ab61f011b85d537001cf3
---
<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>Support us</h2>
<p><strong>These packages are provided at personal expense.</strong><br>Your support
to help cover the ongoing costs of doing this is highly appreciated. 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>
<a href="https://ko-fi.com/codelerity/" target="_blank"
class="btn"><i class="fa fa-coffee"></i>
Buy us a Cup a' Java
<span class="extra-info">via Ko-fi</span></a></p>
<p>You can also hire us for commercial support, maintenance or development with the
IDE or platform. <a href="/contact/">Get in touch!</a></p>
</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>Found a problem?</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>
</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>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11.26.24/dist/sweetalert2.all.min.js"
integrity="sha256-dQbI9NheRwerRvmFjwxuZeMxa50vEi3PSFudvznVp6w="
crossorigin="anonymous">
</script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sweetalert2@11.26.24/dist/sweetalert2.min.css"
integrity="sha256-YKKnn5oXErZthQwr01oz4mEVF11gcVMJYcmUuhoyUgM=" crossorigin="anonymous">
<script>
(function ($) {
"use strict"; // Start of use strict
$(document).ready(function () {
$('.downloads a.btn').on('click', e => {
e.preventDefault();
Swal.fire({
title: `Support Us`,
html: `
<p><strong>These packages are provided at personal expense.</strong><br>
If you can afford to, please contribute towards their ongoing provision.<br>
<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>
<a href="https://ko-fi.com/codelerity/" target="_blank"
class="btn"><i class="fa fa-coffee"></i> Buy us a Cup a' Java
<span class="extra-info">via Ko-fi</span></a></p>
`,
showCancelButton: true,
confirmButtonText: `Download package`,
confirmButtonColor: "#780113"
}).then((result) => {
if (result.isConfirmed) {
window.location.assign(e.currentTarget.href);
}
});
});
});
})(jQuery); // End of use strict
</script>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
kofiWidgetOverlay.draw('codelerity', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support Us',
'floating-chat.donateButton.background-color': '#323842',
'floating-chat.donateButton.text-color': '#fff'
});
</script>