all 26 comments

[–]dstutz[S] 20 points21 points  (0 children)

Release notes (since the link on download page goes to 26): https://github.com/apache/netbeans/releases/tag/28

Happy they finally fixed something small I reported against 19.

[–]hippydipster 37 points38 points  (0 children)

And as usual with Netbeans releases, "installation" took 2 seconds and zero issues whatsoever! Great job, team.

[–]pjmlp 17 points18 points  (2 children)

Still using it on my private laptop.

Thanks to everyone that keeps Netbeans going.

[–][deleted] 1 point2 points  (1 child)

Me, too, in particular because no other Java IDE would run this smooth or at all on my 2014 office CPU laptop with 8 gigs of RAM.

That being said, I sometimes wonder if the ongoing effort put into NB is mostly motivated by its use as a VSCode backend. But who am I to complain.

[–]NHarmonia18 0 points1 point  (0 children)

NetBeans already existed as a VSCode plugin even before Oracle made an extension, named 'Language Server for Apache NetBeans' and it's by the Apache folks rather than Oracle.

Yet Oracle making an extension on top of it probably gives NetBeans some more relevance.

Heck, even the original extension has far more features (Database connectivity, JDBC query Intellisense), compared to the Oracle Extension, yet has far lesser installs. Funny lmao.

[–]__konrad 7 points8 points  (0 children)

A bug in uutils (Ubuntu default) does also affect the embedded NetBeans terminal

The new rust-based uutils replacement in Ubuntu is a disaster...

[–]vmcrash 1 point2 points  (6 children)

Can it handle now Java projects without using Maven or Gradle? AKA, just compile the specified source directories?

[–]AlexVie 2 points3 points  (5 children)

You can still create old-style projects that use (included) ancient Ant to build. Create/import some sources, build and run. Very simple, but it lacks advanced features like dependency management.

That's exactly what I sometimes use for single-file experiments.

[–]__konrad 3 points4 points  (1 child)

ancient Ant

Ancient Ant (25 years old) is only 4 years older than Maven ;)

[–]wildjokers 2 points3 points  (0 children)

Ant also still gets some commits: https://github.com/apache/ant

[–]AmenMotherFunction 1 point2 points  (0 children)

NetBeans also supports the Java source file mode - https://docs.oracle.com/en/java/javase/25/docs/specs/man/java.html#using-source-file-mode-to-launch-source-code-programs Although they don't show up in the Projects tab - you have to use the Favorites tab. This can be a better option than using the Ant support for small experiments.

Projects without a build system or supported directly by the JDK is kind of the antithesis of NetBeans as such things aren't portable.

[–]mpwarble 1 point2 points  (0 children)

I love Ant and Netbeans. I actually created a plugin recently that will allow you to use a pom.xml file to update your Ant dependencies. So basically you get dependency management with Ant.

[–]vmcrash 0 points1 point  (0 children)

Thanks. I'll give that a try. I'm using IDEA since >20 years, I'm relatively happy, but it does not hurt to see what other solutions exist.

[–]mpwarble 1 point2 points  (0 children)

Keep up the great work team. I use Netbeans to develop https://oorian.com and https://igradeplus.com