<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Apache NetBeans 25: The Ultimate Open-Source IDE for Modern Development	</title>
	<atom:link href="https://www.tecmint.com/install-netbeans-ide-in-ubuntu-debian-linux-mint/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-netbeans-ide-in-ubuntu-debian-linux-mint/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 26 Feb 2025 04:33:17 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-netbeans-ide-in-ubuntu-debian-linux-mint/comment-page-1/#comment-2270070</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 11 Feb 2025 04:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1935#comment-2270070</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-netbeans-ide-in-ubuntu-debian-linux-mint/comment-page-1/#comment-2270047&quot;&gt;Steve Cohen&lt;/a&gt;.

@Steve,

The &lt;code&gt;default-jdk&lt;/code&gt; package installs the default Java version set by Ubuntu, which may vary. 

If you specifically need Java 17, you can install it using:
&lt;pre&gt;
sudo apt install openjdk-17-jdk
&lt;/pre&gt;
I&#039;ll update the instructions to clarify this. 

Appreciate your feedback!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-netbeans-ide-in-ubuntu-debian-linux-mint/comment-page-1/#comment-2270047">Steve Cohen</a>.</p>
<p>@Steve,</p>
<p>The <code>default-jdk</code> package installs the default Java version set by Ubuntu, which may vary. </p>
<p>If you specifically need Java 17, you can install it using:</p>
<pre>
sudo apt install openjdk-17-jdk
</pre>
<p>I&#8217;ll update the instructions to clarify this. </p>
<p>Appreciate your feedback!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steve Cohen		</title>
		<link>https://www.tecmint.com/install-netbeans-ide-in-ubuntu-debian-linux-mint/comment-page-1/#comment-2270047</link>

		<dc:creator><![CDATA[Steve Cohen]]></dc:creator>
		<pubDate>Tue, 11 Feb 2025 01:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1935#comment-2270047</guid>

					<description><![CDATA[The instructions are incorrect.

On my Ubuntu 22.04 system, running:
&lt;pre&gt;
sudo apt install default-jdk
&lt;/pre&gt;
installs:
&lt;pre&gt;
$ java -version
openjdk version &quot;11.0.26&quot; 2025-01-21
&lt;/pre&gt;
However, Java 17 is required.

Thanks for the inconvenience.]]></description>
			<content:encoded><![CDATA[<p>The instructions are incorrect.</p>
<p>On my Ubuntu 22.04 system, running:</p>
<pre>
sudo apt install default-jdk
</pre>
<p>installs:</p>
<pre>
$ java -version
openjdk version "11.0.26" 2025-01-21
</pre>
<p>However, Java 17 is required.</p>
<p>Thanks for the inconvenience.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mariana		</title>
		<link>https://www.tecmint.com/install-netbeans-ide-in-ubuntu-debian-linux-mint/comment-page-1/#comment-1451015</link>

		<dc:creator><![CDATA[Mariana]]></dc:creator>
		<pubDate>Sun, 14 Mar 2021 15:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1935#comment-1451015</guid>

					<description><![CDATA[I did everything as told, and it doesn&#039;t show on my Chromebook.]]></description>
			<content:encoded><![CDATA[<p>I did everything as told, and it doesn&#8217;t show on my Chromebook.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: chris lanz		</title>
		<link>https://www.tecmint.com/install-netbeans-ide-in-ubuntu-debian-linux-mint/comment-page-1/#comment-1395865</link>

		<dc:creator><![CDATA[chris lanz]]></dc:creator>
		<pubDate>Sat, 28 Nov 2020 22:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1935#comment-1395865</guid>

					<description><![CDATA[I am unable to install Netbeans. The installer says &lt;strong&gt;Java SE Development Kit (JDK)&lt;/strong&gt; was not found on this computer. I have downloaded the JDK tar ball - how do I &quot;&lt;strong&gt;install&lt;/strong&gt;&quot; it? The instructions at https://docs.oracle.com/en/java/javase/11/install/installation-jdk-linux-platforms.html#GUID-737A84E4-2EFF-4D38-8E60-3E29D1B884B8 are incomplete - they never say explicitly how to &quot;install&quot; - or at least I can&#039;t understand what they&#039;re saying.]]></description>
			<content:encoded><![CDATA[<p>I am unable to install Netbeans. The installer says <strong>Java SE Development Kit (JDK)</strong> was not found on this computer. I have downloaded the JDK tar ball &#8211; how do I &#8220;<strong>install</strong>&#8221; it? The instructions at <a target="_blank" href="https://docs.oracle.com/en/java/javase/11/install/installation-jdk-linux-platforms.html#GUID-737A84E4-2EFF-4D38-8E60-3E29D1B884B8" rel="nofollow ugc">https://docs.oracle.com/en/java/javase/11/install/installation-jdk-linux-platforms.html#GUID-737A84E4-2EFF-4D38-8E60-3E29D1B884B8</a> are incomplete &#8211; they never say explicitly how to &#8220;install&#8221; &#8211; or at least I can&#8217;t understand what they&#8217;re saying.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Claudio Festenese		</title>
		<link>https://www.tecmint.com/install-netbeans-ide-in-ubuntu-debian-linux-mint/comment-page-1/#comment-1352626</link>

		<dc:creator><![CDATA[Claudio Festenese]]></dc:creator>
		<pubDate>Wed, 12 Aug 2020 23:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1935#comment-1352626</guid>

					<description><![CDATA[Thanks! It worked for me using Xubuntu 20.04  just following the instructions in &quot;How to Install NetBeans Using Snap-On Ubuntu, Mint &#038; Debian&quot; :).]]></description>
			<content:encoded><![CDATA[<p>Thanks! It worked for me using Xubuntu 20.04  just following the instructions in &#8220;How to Install NetBeans Using Snap-On Ubuntu, Mint &amp; Debian&#8221; :).</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
